[Mono-bugs] [Bug 53069][Cri] New - Stored proc returning more than one result set hangs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Jan 2004 17:34:59 -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 dheizer_avisi@hotmail.com.

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

--- shadow/53069	2004-01-19 17:34:59.000000000 -0500
+++ shadow/53069.tmp.10628	2004-01-19 17:34:59.000000000 -0500
@@ -0,0 +1,48 @@
+Bug#: 53069
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Debian Potato
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Sys.Data.SqlClient
+AssignedTo: rodrigo@ximian.com                            
+ReportedBy: dheizer_avisi@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Stored proc returning more than one result set hangs
+
+Description of Problem:
+
+Reading against the Data Reader on the second result set returned from a 
+sp hangs.
+
+
+Steps to reproduce the problem:
+1. define sp returning two result sets
+2. execute command for sp
+3. Process rows returned from first recordset 
+4. SqlReader.NextResult to access next recordset
+5. SqlReader.Read() - Never returns, Enterprodse manager shows process 
+sleeping
+
+Actual Results:
+
+process never has control passed back from SQL Server
+
+Expected Results:
+
+Access to next resultset
+
+
+How often does this happen? 
+
+Everytime
+
+Additional Information:
+
+None