[Mono-bugs] [Bug 80232][Wis] New - Mono.Data.Tds does not work with Sybase ASA 9.0.2 or 10.0.0

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 12 03:25:32 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mbd at dbc.dk.

http://bugzilla.ximian.com/show_bug.cgi?id=80232

--- shadow/80232	2006-12-12 03:25:32.000000000 -0500
+++ shadow/80232.tmp.1507	2006-12-12 03:25:32.000000000 -0500
@@ -0,0 +1,55 @@
+Bug#: 80232
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data.SqlClient
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: mbd at dbc.dk               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono.Data.Tds does not work with Sybase ASA 9.0.2 or 10.0.0
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Current CVS of Mono does not work with Sybase ASA (not ASE!) version 
+9.0.2 or 10.0.0
+
+Steps to reproduce the problem:
+1. run sqlsharp
+2. set provider to tds or sybase - set connection string
+3. do an \open - it fails with unknown database
+
+Actual Results:
+
+83 - unknown database
+
+Expected Results:
+
+No errors, open
+
+How often does this happen? 
+
+Always
+
+Additional Information:
+
+Inspecting the TDS indicates that some part of the communication is 
+weird. The language field is supposed to be 30 bytes in the TDS stream, 
+but appears to be 38 bytes. This is quite surprising, as the code to 
+generate the language field clearly limits it to 30. (I report this, 
+knowing it sounds totally absurd).
+
+It is possibly to connect to a 10.0.0, but sqlsharp reports an error. 
+Doing a second connect works. Excuting some sql statements work, but 
+sqlsharp seems unable to interpret the results. 
+
+This is against quite recent CVS.


More information about the mono-bugs mailing list