Page 1 of 1

DBDataAdapter

Posted: Wed 09 Mar 2005 22:31
by jfsanchez2k
Why does the implementation of CoreLab.Common.DBDataAdapter is not the same as System.Data.Common.DBDataAdapter.

I mean:
Public Function Fill(ByVal dataSet As System.Data.DataSet, ByVal srcTable As String) As Integer
is not included.

Thanks in advance.

Javier.

Posted: Thu 10 Mar 2005 16:07
by Oleg
As this method is inherited from System.Data.Common.DBDataAdapter.