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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Jun 2004 11:31:17 -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 lupus@ximian.com.

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

--- shadow/59939	2004-06-12 07:18:44.000000000 -0400
+++ shadow/59939.tmp.29674	2004-06-13 11:31:17.000000000 -0400
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: Mac OS X 10.3
 OS Details: MacOS X 10.3.4
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dieter@fiebelkorn.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -3381,6 +3381,10 @@
 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! 
+
+------- Additional Comments From lupus@ximian.com  2004-06-13 11:31 -------
+Could you check what type reader["mdname"] is?
+Add a Console.WriteLine (reader["mdname"].GetType ());