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 is ado or jdbc?
Explain how can we load multiple tables in to dataset?
What is a column variable?
What is the provider being used to access oracle database?
Can we do database operations without using any of the ado.net objects?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
How do you implement locking concept for dataset?
Which is the best method to get two values from the database?
How is it possible to get 2 tables of data at a time by using data reader?
What are the namespaces used in ado.net for data access?
What is executequery?
What is a non query?
What is ado.net and its features?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
How do you merge 2 datasets into the third dataset in a simple manner?