[Mono-bugs] [Bug 33285][Nor] Changed - DataAdapter implementations
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
5 Nov 2002 12:06:53 -0000
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 carlosga@telefonica.net.
http://bugzilla.ximian.com/show_bug.cgi?id=33285
--- shadow/33285 Tue Nov 5 06:41:11 2002
+++ shadow/33285.tmp.8710 Tue Nov 5 07:06:53 2002
@@ -1,14 +1,14 @@
Bug#: 33285
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: carlosga@telefonica.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,17 @@
windows ) i get an error in my DataAdapter implementation
it gives an error saying that FbDataAdapter donīt have implemented the
interface member System.Data.IDataAdapter.get_TableMappings
in ms .net this is overrided from DataAdapter class
and i donīt need to implement it in my FbDataAdapter class
can be a mono/mcs error ??
+
+------- Additional Comments From carlosga@telefonica.net 2002-11-05 07:06 -------
+For testing it you only need to remove this:
+
+ ITableMappingCollection IDataAdapter.TableMappings
+ {
+ get { return TableMappings; }
+ }
+
+
+from one of the .Net Data Providers implemented in mcs\class directory