[Mono-bugs] [Bug 61099][Wis] New - DB2 Provider throws exception with a statement that does not return a result set.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 2 Jul 2004 13:10:07 -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 williamtrose@hotmail.com.

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

--- shadow/61099	2004-07-02 13:10:07.000000000 -0400
+++ shadow/61099.tmp.21701	2004-07-02 13:10:07.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 61099
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Prof. SP4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: WilliamTRose@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DB2 Provider throws exception with a statement that does not return a result set.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+DB2 Provider throws exception unexpectedly.
+
+Steps to reproduce the problem:
+1. Create a DB2 command with the text "SELECT * FROM EMPLOYEES; COMMIT"
+2. Using a DB2 data adapter execute the command (select command) to fill a
+data set.
+
+Actual Results:
+Exception thrown "Statement did not return a result Set".  I believe it is
+from the GetSchemaTable function.
+
+Expected Results:
+No Exception.  A data set filled with one table and the commit executed
+within DB2.
+
+
+How often does this happen? 
+Every time it is executed.
+
+Additional Information: