Difference between ADO and ADO.net ?
Answer Posted / rajani kanth reddy
ado means activex data object
ado.net means activex data object for .net
ado uses record set for getting data from database
ado.net uses dataset for getting multiple table information
ado supports connection oriented
ado.net supports both connection & disconnected architeture
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain ado.net features? Benefits? Drawbacks?
How can we perform transactions in .net?
What is a dynaset in access?
What are the essential features of ado.net?
What are advantages of microsoft-provided data provider classes in ado.net?
What is ole in vb?
What is row state?
What is difference between datagridview and datagrid control in winforms?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Define different execute methods of ADO.NET command object ?
What is DataReader Object?
What is dataset and datatable in ado.net?
How to check if the Dataset has records ?
How will you fill the gridview by using datatable object at runtime?
What is difference between executenonquery and executequery?