Converting from ADO Record Sets to a ADO.NET record set object

Converting from ADO Record Sets to a ADO.NET record set object

Post by Robert A. Boot » Sat, 02 Jun 2001 09:33:58



I have 30-40 ActiveX control that I used to hide the complexities of accessing an
Oracle Database. Each of the controls returns an ADO Recordset to the programming
using these controls.

I want to use the controls in .NET, without having to convert them to VB.NET
code.

How can I convert the record set object (ADO) to a DataSet or a DataTable (.NET)
object.

Robert

 
 
 

Converting from ADO Record Sets to a ADO.NET record set object

Post by Patrick » Sat, 02 Jun 2001 18:54:16


ADO object is different with DataSet and DataTable. We have to rewrite the
code if you want to use ADO.Net. Of course you can still use ADO object in
NET platform. In addition, you'd better post such problems in
dotnet.framework.adonet ng.