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...

Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?

Answer Posted / ramgopal reddy

? 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 ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of WebAPI over WCF?

1063


How can we prevent browser from caching an aspx page?

940


What are the Types of object in asp

1182


What is the adavantage of using ASP.NET routing?

1240


List some of the important session state modes of asp.net.

1033


Differentiate the session object and application object?

984


Is it possible for me to change my aspx file extension to some other name?

1068


What is autopostback in dropdownlist in asp net?

1043


What is the differences between a primary key and a unique key in sql server?

1129


What are HTTP handlers in ASP.NET?

1146


What is inproc and outproc?

1038


What is strong-typing versus weak-typing?

1173


Which is better viewstate or session?

979


What is runat?

1112


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

1065