[AccessD] VBA ADO Recordset question

Charlotte Foust cfoust at infostatsystems.com
Fri Jun 20 16:29:58 CDT 2008


If you're working with a recordset object in ADO.Net, it's an ADO
Recordset being mapped to an ADO.Net dataset.  ADO uses a DataSet or a
DataAdapter, the latter of which allows you to specify behavior
performed implicitly by the Recordset in ADO.  The ADO.Net DataTable
object is the equivalent of an ADO disconnected recordset.  The
DataReader in .Net is similar to a forward-only, read-only recordset.  

 Charlotte Foust

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Susan Harkins
Sent: Friday, 20 June 2008 10:54 a.m.
To: AccessD at databaseadvisors.com
Subject: [AccessD] VBA ADO Recordset question

When manipulating a Recordset object in ADO.NET, are you working with an
ADO.NET Recordset or an ADO Recordset?

There's no Recordset object in the ADO.NET Object Model, but I do see
Recordsets used in ADO.NET.

Susan H. 

--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list