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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 21:56:43 -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 miguel@ximian.com.

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

--- shadow/50467	2004-06-23 21:56:43.000000000 -0400
+++ shadow/50467.tmp.20133	2004-06-23 21:56:43.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 50467
+Product: Mono: Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: Sys.Data.OleDb
+AssignedTo: rodrigo@novell.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