[Mono-bugs] [Bug 59939][Maj] Changed - OracleConnection:Open throth unhandled exection on Mac OS X 10.3.4

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Jun 2004 07:18:44 -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 dieter@fiebelkorn.net.

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

--- shadow/59939	2004-06-12 05:33:47.000000000 -0400
+++ shadow/59939.tmp.25845	2004-06-12 07:18:44.000000000 -0400
@@ -3369,6 +3369,18 @@
   dbcmd = null; 
   dbcon.Close (); 
   dbcon = null; 
     } 
  } 
 
+
+------- Additional Comments From dieter@fiebelkorn.net  2004-06-12 07:18 -------
+No method result an value ...
+
+reader["mdname"].ToString -> NULL
+reader.GetValue(0).ToString -> NULL
+reader.GetString(0) -> NULL
+reader.GetOracleString(0) -> Compiler-Error
+
+reader.GetName(0) -> "MDNAME" // Works
+
+On Linux the code works right. I don't understand it!