[Mono-bugs] [Bug 76066][Nor] New - All calls to Fill on the
DbDataAdapter result in a call to IDataReader.GetSchemaTable
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Sep 11 23:21:46 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 jbbugzilla at tuxinthebox.net.
http://bugzilla.ximian.com/show_bug.cgi?id=76066
--- shadow/76066 2005-09-11 23:21:46.000000000 -0400
+++ shadow/76066.tmp.9742 2005-09-11 23:21:46.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 76066
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: jbbugzilla at tuxinthebox.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: All calls to Fill on the DbDataAdapter result in a call to IDataReader.GetSchemaTable
+
+Description of Problem:
+All calls to DbDataAdapter.Fill (and FillSchema) result in a call to
+IDataReader.GetSchemaTable. This can trigger additional queries to fill
+the metadata returned by GetSchemaTable and slows down the Fill operation.
+
+
+Steps to reproduce the problem:
+Call Fill on the provider's DbDataAdapter derived class.
+
+Actual Results:
+GetSchemaTable is called even if MissingSchemaAction is not set to
+MissingSchemaAction.AddWithKey.
+
+Expected Results:
+Use available information from other IDataReader methods.
+
+How often does this happen?
+Every call to DbDataAdapter.Fill
More information about the mono-bugs
mailing list