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 are good ADO.NET object(s) to replace the ADO
Recordset object.

Answer Posted / ch.raviteja

The differences includes
In ADO, the in-memory representation of data is the Recordset.
In ADO.net, it is the dataset

A recordset looks like a single table in ADO
In contrast, a dataset is a collection of one or more tables in ADO.net

ADO is designed primarily for connected access
ADO.net the disconnected access to the database is used

In ADO you communicate with the database by making calls to an OLE DB provider.
In ADO.NET you communicate with the database through a data adapter (an OleDbDataAdapter, SqlDataAdapter, OdbcDataAdapter, or OracleDataAdapter object), which makes calls to an OLE DB provider or the APIs provided by the underlying data source.

In ADO you cant update the database from the recordset. ADO.NET the data adapter allows you to control how the changes to the dataset are transmitted to the database.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me about secure socket layer? How to make use of the technology?

1033


Explain .net framework overview?

1115


Explain about managed heap?

1153


What is .net and .net framework?

1141


What are the main components in .net?

1073


Do you know what is the difference between an abstract class and an interface?

1071


How will you do redo and undo in textbox control?

1105


What is the use of Treeview control?

1158


What is the use of gacutil.exe?

1337


How we can achieve Connection pooling in .Net?

1140


Explain how to manage pagination in a page using .net?

1024


What is clr in .net?

1142


Which dll translate xml to sql in internet information server (iis)?

1248


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

2076


How many types of design patterns available in .NET?

1090