Dataset fill method wont accept three parameter, only two parameters is
accepted. For accessing ADO recordset from ADO.NET, refer this two
articles,
http://www.c-sharpcorner.com/vbnet/v...mADONetMCB.asp
http://msmvps.com/gbvb/archive/2004/05/10/6178.aspx
--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"nita" <> wrote in message
news:#T$...
> Hi,
>
> I am trying to Accessing an ADO Recordset or Record from ADO.NET.
>
> myDA.Fill(myDS, adoRS, "Employee")
>
> the above statement generates the build error -
> C:\Inetpub\wwwroot\comnet\ListEmployee.aspx.vb(46) : Overload resolution
> failed because no accessible 'Fill' accepts this number of arguments.
>
> Please help me to solve this problem
>
> regards,
> Nita
>
>
>
>
>