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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 20 Feb 2004 17:32:40 -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 codeberg@vnet.hu.

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

--- shadow/54676	2004-02-20 17:32:40.000000000 -0500
+++ shadow/54676.tmp.28034	2004-02-20 17:32:40.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 54676
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: XP SP1
+Status: NEW   
+Resolution: 
+Severity: 
+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.
+
+Steps to reproduce the problem:
+Compile and run the sample on page http://www.go-mono.com/tdsclient.html. 
+
+Actual Results:
+No output, the program hangs.
+
+Expected Results:
+The results of query on the console.
+
+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 :-(