Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between Dataset and Recordset?

Answer Posted / vinayak

? A DataSet can represent an entire relational database in
memory, complete with tables, relations, and views.
? A DataSet is designed to work without any continuing
connection to the original data source.
? Data in a DataSet is bulk-loaded, rather than being
loaded on demand.
? There's no concept of cursor types in a DataSet.
? DataSets have no current record pointer You can use For
Each loops to move through the data.
? You can store many edits in a DataSet, and write them to
the original data source in a single operation.
? Though the DataSet is universal, other objects in
ADO.NET come in different versions for different data
sources.

Is This Answer Correct ?    27 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does assert() method do In VB.NET

1029


What is public assembly?

1027


What are jagged arrarys ?

1019


Explain the use of new keyword?

979


What are the different types of a stream?

1058


Explain the use of console application?

998


Define cls?

1060


Explain about garbage collection?

1038


What is visual basic.net culture?

1095


Did vb6 support multi-threading ?

1000


What is the significance of delegates. Where should they be used? What are the situations where we require them?

1019


What is the difference between import system.data.sqlclient and system.data.oledb?

996


Can you please explain the difference between value and reference types?

964


What are the advantages of vb.net and c#?

1169


Which control is an example of an object in vb net?

7008