[Mono-bugs] [Bug 72677][Maj] Changed - Oracle : Invalid Argument in OCI call
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 04:28:21 -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 21:46:14.000000000 -0500
+++ shadow/72677.tmp.15357 2005-02-18 04:28:21.000000000 -0500
@@ -69,6 +69,12 @@
con.Close ();
}
}
+
+------- Additional Comments From informatique.internet@fiducial.fr 2005-02-18 04:28 -------
+This test cause a OCI-Invalid call exception on my box...
+It works only if I replace DBNull.Value by a
+System.data.OracleClient.OracleString(string.Empty);
+