[Mono-bugs] [Bug 72677][Maj] New - Oracle : Invalid Argument in OCI call

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Feb 2005 06:08:34 -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 informatique.internet@fiducial.fr.

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

--- shadow/72677	2005-02-17 06:08:34.000000000 -0500
+++ shadow/72677.tmp.26920	2005-02-17 06:08:34.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 72677
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: informatique.internet@fiducial.fr               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Oracle :  Invalid Argument in OCI call
+
+There's a problem when doing an "UPDATE" or "INSERT" request with a
+DBNull.value in the parameters. With MS.NET it works but with mono when
+must give a System.data.OracleClient.OracleString(string.Empty); as a null
+value... (this works with ms.net too)
+
+This problem breaks the compatibility with ms.net