[Mono-bugs] [Bug 54676][Nor] Changed - Mono.Data.TdsClient provider sample doesn't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Apr 2004 08:11:11 -0400 (EDT)


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 lluis@ximian.com.

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

--- shadow/54676	2004-02-20 17:32:40.000000000 -0500
+++ shadow/54676.tmp.1483	2004-04-05 08:11:11.000000000 -0400
@@ -1,22 +1,21 @@
 Bug#: 54676
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: XP SP1
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data.SqlClient
 AssignedTo: rodrigo@ximian.com                            
 ReportedBy: codeberg@vnet.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Mono.Data.TdsClient provider sample doesn't work
 
 Description of Problem:
 The Mono.Data.TdsClient provider sample ( http://www.go-
 mono.com/tdsclient.html ) just hangs on the reader.Read() line. If I 
 replace the provider to System.Data.SqlClient the program works fine.
@@ -33,6 +32,12 @@
 How often does this happen? 
 Always
 
 Additional Information:
 I'd like to write an experimental SqlBulkCopyOperation, ala ado.net 2.0, 
 based on mono's TDS classes. Unfortunatelly the first test failed :-(
+
+------- Additional Comments From lluis@ximian.com  2004-04-05 08:11 -------
+The problem may be that TdsClient only supports the version 4.2 of the
+protocol. I've seen in the logs that initialy it also supported more
+recent versions, but this support was removed. Maybe Tim has something
+to add about this.