[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:51:13 -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 01:49:53.000000000 -0500
+++ shadow/70930.tmp.19455 2005-01-04 01:51:13.000000000 -0500
@@ -109,6 +109,10 @@
if (packetSize <= 0)
packetSize = 512;
comm = new TdsComm (dataSource, port, packetSize, timeout, tdsVersion);
}
+
+------- Additional Comments From danielmorgan@verizon.net 2005-01-04 01:51 -------
+Also, there is no need for Tds50.cs to define a packetSize field when
+its base class Tds.cs does.