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 |
What is the procedure to add assemly to gac to make it shared one?
What is the difference between task and thread in .net?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
Do you know the difference between the stack and the heap?
Explain the .net framework overview?
Explain the difference between static page and dynamic page?
Tell about your technical profile ?
0 Answers TNEB Tamil Nadu Electricity Board,
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is the standard you use to wrap up a call to a Web service
What do you mean by Driver Script?
How will you do redo and undo in textbox control?
Do I have any control over the garbage collection algorithm?