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
How do you update database through dataset?
What are the usages of the command object in ado.net?
What is ado control?
Describe the command object and its method.
What is data access pattern?
What is data control techniques?
Which is faster dataset or datareader?
Explain how to find the given query is optimised one or not?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
Explain the architecture of ado.net?
What is ado circle?
How to connect and retrieve data from database using dataset
What is the namespaces being used to access oracle database?
Explian About DataAdapters
Can we connect two dataadapters to same data source using single connection at same time?