Hello

 

I am connecting to a ASE Sybase 15.5 server thru Mono.Data.SybaseClient but 
when I read any varchar fields with greek chars I get '???'. 

I have try to set the connection language in the connection string, like 
'Server=xx,5000;Database=db1;User ID=sa;Password=;language=greek;', but I get 
the same character conversion error. In any case, the 
((Mono.Data.SybaseClient.SybaseConnection)(dbcon)).Tds.Charset is always 
'iso_1'.

 

Is there any way to set the connection language in SybaseConnection(connString) 
or elsewhere.

 

Thanks

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to