[Mono-bugs] [Bug 52223][Nor] New - IDbCommand.CommandTimeout on OracleCommand throws exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Dec 2003 05:25:26 -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 joergr@voelcker.com.

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

--- shadow/52223	2003-12-16 05:25:26.000000000 -0500
+++ shadow/52223.tmp.1245	2003-12-16 05:25:26.000000000 -0500
@@ -0,0 +1,47 @@
+Bug#: 52223
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Suse 8.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: IDbCommand.CommandTimeout on OracleCommand throws exception
+
+Description of Problem:
+Get and Set accessor of OracleCommand.CommandTimeout throw an
+InvalidOperationException.
+
+Steps to reproduce the problem:
+1. Compile the attached sample
+2. Run it
+
+Actual Results:
+Setting Timeout: 60
+
+Unhandled Exception: System.InvalidOperationException: The requested
+operation cannot be performed
+in <0x0002a>
+System.Data.OracleClient.OracleCommand:System.Data.IDbCommand.set_CommandTimeout
+(int)
+in <0x00063> .Test:Main ()
+
+
+Expected Results:
+Setting Timeout: 60
+Getting Timeout: 0
+
+(This is the behaviour of the MS implementation.)
+
+How often does this happen? 
+Always.
+
+Additional Information: