What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / bastin
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the major challenges in accessing data from a database?
What is ado.net and its features?
What is data relation in ado.net?
What are the usages of the command object in ado.net?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is shadow copy?
What is ado.net components?
What is the difference between dataset and datatable?
What do you know about ADO.NET's objects and methods?
Explain how to create dynamic gridview?
Which method is used by command class to execute SQL statements that return single value?
Do we use stored procedure in ADO.Net?
What is the difference between OLEDB Provider and SqlClient?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What are the connected and disconnected modes in ado.net?