What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / sweety
diff:
1.ADO is a connected approach,where as ADO.Net is a
disconnected data approach.
2.ADO is a concept of vb 6.0,where as ADO.Net ia concept
of .Netframework.
3.ADO is a Object Based,where as ADO.Net is a Object
Oriented.
4.ADO supports recordset,whereas ADO.Net supports dataset.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between ado and ado.net?
What do you mean by performing asynchronous operation using command object?
What is ado or jdbc?
What are the different methods available under the sqlcommand class to access the data?
What is difference between sqldatareader and sqldataadapter?
What are the drawbacks of using ado.net?
Explain the different row versions available in table?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
How can we check that some changes have been made to dataset since it was loaded?
Which object needs to be closed?
What is sql command in ado net?
What is difference between dataset and datatable?
What is ole access?
What is ado code?
Which is the best method to get two values from the database?