[Mono-bugs] [Bug 71318][Wis] Changed - Oracle Client failed on fetched values
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Jan 2005 07:28:50 -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 dieter@fiebelkorn.net.
http://bugzilla.ximian.com/show_bug.cgi?id=71318
--- shadow/71318 2005-01-18 16:17:13.000000000 -0500
+++ shadow/71318.tmp.13159 2005-01-28 07:28:50.000000000 -0500
@@ -41,6 +41,21 @@
All readed values are System.Null differnt to the real values in database! The fetch called many
times the table has rows.
// string employeeName = (string) reader["mdid"];
// string job = (string) reader["mdname"];
// Console.WriteLine ("Empl ID: {0} Name: {1}", employeeName, job);
Console.WriteLine ("Out");
+
+------- Additional Comments From dieter@fiebelkorn.net 2005-01-28 07:28 -------
+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!
+
+
+(Cannot changing my eMail -> have a look on "www.fiebelkorn.net")