[Mono-bugs] [Bug 76110][Nor] Changed - Database actions fail when
table is in "pub.TableName" schema
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 21 03:32:57 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 spek at impaq.com.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=76110
--- shadow/76110 2005-09-20 12:54:04.000000000 -0400
+++ shadow/76110.tmp.11367 2005-09-21 03:32:57.000000000 -0400
@@ -76,6 +76,20 @@
* odbc driver
* mono version
* complete DDL command (create schema)
* table data
and the actual results ( not like "it varies").
+
+------- Additional Comments From spek at impaq.com.pl 2005-09-21 03:32 -------
+I'm using the Progress database (with odbc driver dlc91d) and Mono
+1.1.8.
+I couldn't provide create schema command because I don't have it (I
+received the whole database from a customer). What I know is all sql
+queries have to start with 'pub.' prefix to receive data from the db
+(and I doing it in external sql tool).
+
+The actual results :
+1) command.ExecuteScalar returns nothing, but should returns 51716
+2) command.ExecuteReader -the reader.Read() method iterates only to
+restricted set of result. For instance, the database contains 51716
+records, the reader iterates only to 8900
More information about the mono-bugs
mailing list