[Mono-bugs] [Bug 50467][Maj] New - OleDb Test Failure

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 2 Nov 2003 17:33:22 -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 met@uberstats.com.

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

--- shadow/50467	2003-11-02 17:33:22.000000000 -0500
+++ shadow/50467.tmp.4492	2003-11-02 17:33:22.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 50467
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Major
+Component: System.Data.OleDb
+AssignedTo: rodrigo@ximian.com                            
+ReportedBy: met@uberstats.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: OleDb Test Failure
+
+Description of Problem:
+  I copied the OleDb example and changed the database specific information 
+  and compiled/ran.  It compiled just fine.  I have the latest of libgda & 
+  gda-postgres installed without problems.  But when I went to run the 
+  program it spits out an error from gda-config.c ("A null value was found 
+  where an object instance was required").
+
+Steps to reproduce the problem:
+1. Install libgda and a postgres driver
+2. Download and modify libgda/oledb example from go-mono.org
+3. Compile (mcs -r:System.Data.dll OleDbTest.cs)
+4. Run (mono OleDbTest.exe)
+
+Actual Results:
+  (System.Data.OleDb:19399): CRITICAL **: file gda-config.c: line 136 
+  (gda_config_parse_config_file): assertion `len != 0' failed
+
+  A null value was found where an object instance was required
+
+Expected Results:
+  A list of string data from a table column, my SQL is as follows.
+  "SELECT title FROM language"
+  ::: English, French, Spanish
+
+How often does this happen? 
+  Every time I try running the example