[Mono-bugs] [Bug 76668][Wis] Changed - IndexOutOfRange When XML
Serialize Run
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 7 08:47:03 EST 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 scarr at progbits.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76668
--- shadow/76668 2005-12-07 04:09:54.000000000 -0500
+++ shadow/76668.tmp.20337 2005-12-07 08:47:03.000000000 -0500
@@ -44,6 +44,30 @@
Also, include the follwoing :
1. The db provider u r using
2. Platform u r running it on
3. The schema info (particularly, the column types u r querying)
Some info on the kind of data wud be helpful (data range/size etc) ..
+
+------- Additional Comments From scarr at progbits.com 2005-12-07 08:47 -------
+This is consuming a webservice from linux, that is running on Windows
+MS .Net. The database is xsd in this case, that is used for the DataSet.
+
+The specific call that does this is:
+
+DataSet ds = webservice.GetSchema();
+
+The GetSchema call returns a 14 table definition, with various columns.
+
+The two tables that that are populated has the following columns:
+
+Message
+Guid, String
+
+MessageContent
+Guid, String, String
+
+The third string on MessageContent is actually a BLOB.
+
+Do you need more info, or should this get you started?
+
+Thanks
More information about the mono-bugs
mailing list