Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: Using an old DLL
Maybe you should rewrite your code from scratch, since I believe it is not a good tehnique to mix ADO and ADO.NET. In ADO.NET dataset is filled using data adapter. So, in my opinion, if you first load data in recordset, and then fill dataset using recordset, it will double the ammount of time to get data, and should be avoided.
____________________________
If you find the answer helpful, please mark this topic as solved.
|