ADO Recordset in ADO.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys

I'm using a SqlDataAdapter to fill a DataSet. However the method I'm passing this object to in Excel requires an ADO RecordSet. Is there any form of backward compatibility in ADO.NET that allows me to obtain data as a RecordSet object

Best regards

Jim....
 
In OleDB you can fill with an ADO recordset.

Jim McLeod said:
Hi Guys,

I'm using a SqlDataAdapter to fill a DataSet. However the method I'm
passing this object to in Excel requires an ADO RecordSet. Is there any form
of backward compatibility in ADO.NET that allows me to obtain data as a
RecordSet object?
 
Back
Top