borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (How do you use a keyboard and a computer)Next Topic (How to load dynamic assembly and  How to create assemblies at run time?) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : what is the difference between an ADO.NET Dataset and an ADO Recordset?
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon what is the difference between an ADO.NET Dataset and an ADO Recordset?

please explain it.

07-08-2004 at 07:24 AM
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 891
icon Re: what is the difference between an ADO.NET Dataset and an ADO Recordset?

Hi,
In brief...
An ADO Recordset is a single resultset (ie. table)
An ADO.NET DataSet is a structure containing many DataTables. A DataTable is effectively the same as an ADO Recordset.

There are many additional features in a DataSet (ie. Relationships, etc.) and in a DataTable (ie. there is a command to give you the records that have been added / deleted / updated by the user) and DataViews (ie. a subset of the contents of the table - sorted/filtered).

See links below for more info:
http://www.dnjonline.com/articles/essentials/iss22_essentials.html
http://msdn.microsoft.com/msdnmag/issues/04/07/DataPoints/default.aspx

or search on Google


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

17-08-2004 at 03:36 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : what is the difference between an ADO.NET Dataset and an ADO Recordset?
Previous Topic (How do you use a keyboard and a computer)Next Topic (How to load dynamic assembly and  How to create assemblies at run time?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder