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 About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is dataset object? Explain the various objects in dataset.
What is ado.net in vb net?
What is data view and variable view?
What do you mean by performing asynchronous operation using command object?
What is untyped dataset?
How to retrieve the user id which is provided while windows authentication?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is typed dataset ?
What is the difference between a datareader and a dataset?
What are the important features of ado.net 2.0?
What is the maximum pool size in ado.net connection string?
What are the difference between readonly vs. Const?
What is a control toolbox?
Which method is used by command class to execute SQL statements that return single value?