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.



What are good ADO.NET object(s) to replace the ADO Recordset object...

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

More Dot Net General Interview Questions

Please explain the difference between constants and read-only variables?

0 Answers  


What does mean by .net framework?

0 Answers  


Explain Creational design pattern in .NET?

0 Answers  


I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.

2 Answers  


How WSDL is stored ?

1 Answers   PPS, TCS,


How does cas works?

0 Answers  


Describe the difference between inline and code behind which is best in a loosely coupled solution?

1 Answers  


What is operator overloading in .net?

0 Answers  


Best Dot Net Center in Chennai ?

1 Answers  


What is the difference between Server.Transfer and Response.Redirect?

4 Answers  


which methos do you invoke on the dataadapter control to load your generated dataset with data?

0 Answers  


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

0 Answers  


Categories