How to Convert an ADO Recordset to an ADO.NET Dataset using XML
sometimes necessary to convert a legacy ADO recordset to an ADO.NET dataset. For example, you might want to make a recordset from a Microsoft Access database accessible to a .NET application or web service. If the ADO recordset is on the same machine as your .NET ... Other labels:
dotnet, vb, xml