ADO Recordset in ADO.NET

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....
 
D

DNE

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top