Re: recordset using ADO 2.8 and a Dataset using ADO.net

Tech-Archive recommends: Fix windows errors by optimizing your registry



In a .NET application, classic ADO requires COM Interop, making it the
"heaviest" choice. ADO.NET is the better choice in a .NET app.

--Mary

On Mon, 6 Jun 2005 03:36:01 -0700, "koteswar"
<koteswar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>If I create a recordset using ADO 2.8 and a Dataset using ADO.net with same
>query then which one will be heavier?

.