Difference between ADO and ADO.net ?
Answer Posted / ashokdahiya
main upgaded differencees
1disconnected data archetecture
2 data cached in dataset
3 data transefer in XML format
4 interaction with database is done through the datacommands
| Is This Answer Correct ? | 28 Yes | 9 No |
Post New Answer View All Answers
Explain how to find the given query is optimised one or not?
What is maximum pool size in ado.net connection string?
What are the various methods provided by the DataSet object to generate XML?
What are all the different methods under sqlcommand?
What is ole word?
What is sql command in ado net?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
How to add a javaScript function in a datagrid?
How can we load multiple tables in to dataset?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
Which name space is used to get assembly details?
How to pass values into a datatable?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
Command objects uses, purposes and their methods.
What are the benefits of using ado.net?