[Mono-bugs] [Bug 33285][Nor] New - DataAdapter implementations

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
5 Nov 2002 11:41:11 -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.10218	Tue Nov  5 06:41:11 2002
@@ -0,0 +1,27 @@
+Bug#: 33285
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: carlosga@telefonica.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataAdapter implementations
+
+Hello:
+
+iīm trying to compile my .net data provider for firebird with mono ( under
+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 ??