ISO-code translation

Brian Bruns camber at umcc.ais.org
Wed Apr 12 20:16:30 EDT 2000


Hi,

This appears to be hard coded in the freetds/jdbc driver (from Tds.java):

      // charset
      comm.appendString("iso_1", 30, (byte)0);
      comm.appendByte((byte)5);

you should be able to change this to cp850 to request the right code page.
There should really be a way to set this though like there is in dblib. 

Brian

On Wed, 12 Apr 2000, Andreas Tille wrote:

> Hello,
> 
> formerly I was successfully accessing a MSSQL 7.0 Server with
> FreeTDS-JDBC.  Now I have to access another server which was
> installed country code 850 (in contrast to the default 437).
> 
> Is there any posibility to do the codepage translation without
> changing all my servlet code to get German Umlauts etc. right?
> 
> Kind regards
> 
>          Andreas.
> 
> 
> 
> ---
> You are currently subscribed to freetds as: camber at ais.org
> To unsubscribe, forward this message to $subst('Email.Unsub')
> 
> 




More information about the FreeTDS mailing list