<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Is there a bug in Bugzilla for this already?&nbsp; If not, can you add the bug to <A href="http://bugzilla.ximian.com/">http://bugzilla.ximian.com/</A> to make sure the patch does not get lost?</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Good to see that someone can use Sybase 11 databases with System.Data.SybaseClient.&nbsp; I will need to update the mono' wiki about that.&nbsp; </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Do you use Sybase ASA too?&nbsp; If yes, maybe you can debug why SQL Anywhere does not work with System.Data.SybaseClient.&nbsp; </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">By the way, we use unified diffs.&nbsp; I think this is turned on via -u when using diff.<BR><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<BR>From: Dan Mullineux &lt;Dan@nadx.co.uk&gt;<BR>To: mono-devel-list@lists.ximian.com<BR>Sent: Thursday, June 1, 2006 9:04:57 PM<BR>Subject: [Mono-dev] SybaseClient TDS and Sybase 11 Language error<BR><BR>
<DIV>Whilst spiking a proof of concept of mono on Sybase 11 I couldnt connect <BR>to the server<BR><BR>I tracked it down to tds.language="us_english", this errors in the <BR>connection with:<BR><BR>Mono.Data.SybaseClient.SybaseException: Internal error occurred while <BR>converting characters.<BR><BR>cant work out why, because its the default language on the server.<BR><BR>Still by allowing tds.language=null before connecting everything is ok, <BR>have not checked this on newer versions of sybase.<BR><BR>so from revision 61396. in mono.myrealbox.com<BR><BR>Tds.cs - protected void SetLanguage (string language)<BR><BR>1524c1524<BR>&lt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; language =
 "us_english";<BR>---<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; language = null;<BR><BR>SybaseConnection.cs - private void SetProperties (NameValueCollection <BR>parameters)<BR><BR>478a479<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parms.Language = null;<BR><BR>Dan Mull<BR><BR>_______________________________________________<BR>Mono-devel-list mailing list<BR>Mono-devel-list@lists.ximian.com<BR><A href="http://lists.ximian.com/mailman/listinfo/mono-devel-list" target=_blank>http://lists.ximian.com/mailman/listinfo/mono-devel-list</A></DIV></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR></DIV></div></body></html>