<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? 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"> </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. I will need to update the mono' wiki about that. </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Do you use Sybase ASA too? If yes, maybe you can debug why SQL Anywhere does not work with System.Data.SybaseClient. </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">By the way, we use unified diffs. 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 <Dan@nadx.co.uk><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>< language =
"us_english";<BR>---<BR>> language = null;<BR><BR>SybaseConnection.cs - private void SetProperties (NameValueCollection <BR>parameters)<BR><BR>478a479<BR>> 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>