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