What is the main difference between ADO and ADO.Net
Answer Posted / ramakrishna reddy
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a sqldataadapter?
What is the difference between linq and ado.net?
What are the core objects of ADO.NET?
If we are not returning any records from the database, which method is to be used?
What is ado.net in mvc?
What does ado stand for in ado.net?
Define bubbled event?
How will you fill the gridview by using datatable object at runtime?
Give an example that shows how to execute a stored procedure in ado.net?
What is ole in vb?
Explain executenonquery?
What are the key events of sqlconnection class?
What is difference between datatable and dataset?
What is sqldatareader?
What are good ado.net object to replace to ado recordset object.