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 / ganesh

Valid answers are:
· 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 ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can asp.net work on an nt server?

1090


How can we call webservices in Banking Applications? and where we are using it?

2165


What are the Difference between asp.net and asp ?

1239


How you can access the values from the Repeater control in ASP.NET?

1112


Where would you use an ihttpmodule, and what are the limitations if any?

1082


How do u declare static variable and how it is declared and what is its lifetime?

1087


Explain about solution explorer window?

1075


Explain ViewState?

1089


Describe a bubbled event and how it is used ?

1186


what is publisher?

2163


What is the concepts of globalization and localization in .net?

1007


can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it

1995


What is the use of the tag in the web.config file?

1026


What are the uses of reflection?

1125


What are the different properties of server control that exists?

1223