What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / thiyagu.p
ADO : Needs contionous connection to read records.
ADO.NET : It reads entire results and keep it the form of
table. So it never re-connect with DB.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are dataproviders?
What is the executescalar method?
Which is the best method to get two values from the database?
What is dataadapter in ado.net?
How to perform sorting on a table in ADO.NET?
What is ado asp?
What is an orm, and why would you use one instead of plain old ado.net?
What are all features of ADO.Net?
What is a sqldataadapter?
Describe briefly an ADO.NET Dataset ?
Describe the disconnected architecture of ADO.NET’s data access model.
Why is ADO.NET serialization slower than ADO ?
Explain the two fundamental objects in ado.net?
How do you merge 2 datasets into the third dataset in a simple manner?
Define table relations?