[Mono-bugs] [Bug 72677][Maj] Changed - Oracle : Invalid Argument in OCI call
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Feb 2005 07:18:51 -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 danielmorgan@verizon.net.
http://bugzilla.ximian.com/show_bug.cgi?id=72677
--- shadow/72677 2005-02-19 05:05:24.000000000 -0500
+++ shadow/72677.tmp.26287 2005-02-20 07:18:51.000000000 -0500
@@ -195,6 +195,10 @@
[DllImport ("oci")]
internal static extern int OCINlsGetInfo (IntPtr hndl,
IntPtr errhp,
[In][Out] byte[] bufp,
uint buflen,
ushort item);
+
+------- Additional Comments From danielmorgan@verizon.net 2005-02-20 07:18 -------
+i just committed to svn a fix to handle an input OracleParameter being
+set to DBNull.Value for VARCHAR2, NUMBER, and DATETIME data types