Working with ADODB recordset
问题 I am using VS 2010. The requirement to pull the ADODB recordset and convert them into DataTable . Is there any extension method or library available in ASP.NET to convert ADODB recordset to Datatable. I can understand using OleDataAdapter we can achieve it. But I am curious to know is there any utility available in ASP.net so that I can make use of it. 回答1: This is one of the simple approaches which helps you to convert ADODB Recordset to DataTable . public static DataTable