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
What DataReader class do in ADO.NET ?
Explain the difference in an abstract class and an interface?
What are the main differences between classic ado and ado.net?
What is the use of SqlCommand object?
What is the difference between ADO and ADO.Net?
What are the data providers used in ado.net
Explian About DataAdapters
What is aggregating data ?
What is maximum pool size in ado.net connection string?
What are the benefits of using ado.net?
What is datatable in ado.net?
What is ole used for?
What is sqlconnection and sqlcommand?
What are the differences between OLEDB and SQLClient Providers?
How do you implement locking concept for dataset?