[thelist] VB.NET - Do RecordSets still exist?

David Mitchell dave at dbmdata.com
Thu Oct 7 16:45:19 CDT 2004


The ADO.NET architecture centers around disconnected data. In .NET this is
accomplished using DataSets.

A somewhat equivalent object to the old ADO recordset is the DataReader in
ADO.NET. This is a forward-only "firehose" that allows sequential access to
rows.

HTH,

Dave


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.773 / Virus Database: 520 - Release Date: 10/5/2004
 



More information about the thelist mailing list