[Mono-bugs] [Bug 564833] DataAdapter's fill method throws exception in connection with DbProviderFactories

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 31 10:45:48 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=564833

http://bugzilla.novell.com/show_bug.cgi?id=564833#c5


--- Comment #5 from Veerapuram Varadhan <vvaradhan at novell.com> 2009-12-31 15:45:47 UTC ---
Hmm... after a close investigation, we have two implementations:

1) MySql - that doesn't declare any discrete instances of xxxxCommand fields
and 
2) Npgsql - has discrete instances of xxxxCommand fields.

According to MSDN, the fields were required in the individual adapters for pre
NET 2.0 versions.  However, 2.0 includes these fields as part of the Base
implementation and thus invidual DataAdapters are expected to use the Base
implementation instead of their own xxxxCommand fields.

However, I guess, MS.NET version supports both type of adapters.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list