Difference between ADO and ADO.net ?
Answer Posted / sonika
*)ado is connected mode always where as ado.net is
connected as well as disconnected.
*)ado ---recordset whereas ado.net ---dataset
*)ado---c,c++whereas ado.net---- .net framework
*)ado--server based whereas ado.net --client
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
Why is ADO.NET serialization slower than ADO ?
Explain the namespaces in which .net has the data functionality class.
What is ole used for?
What is ado.net full form?
What are all the different authentication techniques used to connect to MS SQL Server?
What is row state?
Explain the overview of ado.net architecture?
What is openquery?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
How can we add relation between tables in a dataset?
Which object needs to be closed?
Explain what are acid properties?
How do you update database through dataset?
What is dbcontext and dbset in entity framework?
Explain what are the steps to connect to a database?