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 is openrowset?
What is the difference between the clone() and copy() methods of the dataset class?
What is the full form of ado?
What are the differences between OLEDB and SQLClient Providers?
What is the difference in record set and dataset?
What is the hierarchy of data in databases?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is microsoft ado.net?
How does entity framework work?
Explain the role of data provider in ado.net?
How do you update a dataset in ado.net and how do you update database through dataset?
What is sqldatasource?
Which property is used to check whether a DataReader is closed or opened?
What is full form of ado?
Explain the difference between ado and ado.net?