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
How will you fill the gridview by using datatable object at runtime?
What is DataReader Object?
What is sqldatareader?
Explain the namespaces in which .net has the data functionality class.
What is difference between connected and disconnected architecture in ado.net?
What is ado oledb and odbc?
Explain the overview of ado.net architecture?
What is the use of Dataview?
differance between ADO vs ADO.Net?
What is read only and forward only in ado.net?
What are the methods of XML dataset object?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What are the steps to connect to a database?
What is the current version of entity framework?
What does executequery return?