What is the main difference between ADO and ADO.Net
Answer Posted / hhh
ADO- Connection-Oriented Architecture
Use Record Set
Communicate in Binary mode
Ado.net Dis-connected architecture
Use DataSet,Adapter
Parse Data in XML mode
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
What is dao and ado?
What is the difference between a datareader and a dataset?
What are ado.net objects?
How can we check that some changes have been made to dataset since it was loaded?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is a data control clerk?
What is difference between entity framework and ado.net?
What are the namespaces used in ado.net for data access?
What do you know about ado.net's objects?
How to connect and retrieve data from database using dataset
What is the difference between executequery and executenonquery?
What is a string variable?
What are the benefits of using ado.net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is the namespaces being used to access oracle database?