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
How does ado.net work?
Explain what is datagrid with an example?
What is disconnected architecture in ado.net?
What are the differences between OLEDB and SQLClient Providers?
How to identify the updated rows in a dataset?
What are the 3 major types of connection objects in ado.net?
What is the difference between ADO and ADO.Net?
Define the executescalar method?
What are the advantages using ado.net?
How to pass values into a datatable?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is ado oledb and odbc?
What is ado circle?
Explain the various objects in dataset.
What is the difference between executenonquery () and executescalar ()?