[Mono-bugs] [Bug 75897][Blo] Changed - GetPrimaryKeys throwing IndexOutOfRange accessing oracle

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 24 11:47:30 EDT 2005


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 alf at orion.it.

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

--- shadow/75897	2005-08-24 11:03:45.000000000 -0400
+++ shadow/75897.tmp.16630	2005-08-24 11:47:30.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: 1.1
 OS: RHEL 2.1
 OS Details: Red Hat Enterprise Linux ES release 3 (Taroon)
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: alf at orion.it               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -120,6 +120,13 @@
        dbcmd.Dispose();
        dbcmd = null;
        dbcon.Close();
        dbcon = null;
     }
  }
+
+------- Additional Comments From alf at orion.it  2005-08-24 11:47 -------
+Same program runs OK using System.Data.OracleClient rather than ODBC
+(remember setting a proper LD_LIBRARY_PRELOAD env variable - e.g.
+$ORACLE_HOME/lib)
+
+


More information about the mono-bugs mailing list