[Mono-bugs] [Bug 70930][Nor] Changed - SybaseClient: Unable to connect to Sybase 12.5.1

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 4 Jan 2005 01:18:41 -0500 (EST)


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 danielmorgan@verizon.net.

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

--- shadow/70930	2005-01-04 00:40:18.000000000 -0500
+++ shadow/70930.tmp.19150	2005-01-04 01:18:41.000000000 -0500
@@ -10,13 +10,12 @@
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien.robitaille@croesus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: SybaseClient: Unable to connect to Sybase 12.5.1
 
 Description of Problem:
 
 When opening a connection to a Sybase 12.5.1 database with the 
 SybaseClient provider, the following exception is thrown:
@@ -73,6 +72,14 @@
 connection.ConnectionString = myConnectionString;
 connection.Open();
 
 (you may have to copy both Mono.Data.SybaseClient.dll and 
 Mono.Data.Tds.dll in you working directory).
 
+
+------- Additional Comments From danielmorgan@verizon.net  2005-01-04 01:18 -------
+I can confirm that this happens to me too when loading SybaseClient
+dynamically on Win XP Pro. It works fine built with SybaseClient
+referenced.  However, the strange thing, like above, if I have "packet
+size=512" in the connection string after loading dynamically, I am
+able to connect.
+I can confirm this sqlsharpgtk.