Difference between ADO and ADO.net ?
Answer Posted / schk123
Just to correct you at one point,
There is no cursor support in ADO.NET. Cursors are a
database-specific technology and thus are tied to features
of a particular database such as SQL Server? or Oracle.
| Is This Answer Correct ? | 27 Yes | 23 No |
Post New Answer View All Answers
How to perform sorting on a table in ADO.NET?
Which name space is used to get assembly details?
How to create data relations?
How do you implement locking concept for dataset?
Which ado.net object is very fast in getting data from the database?
How to aggregating data across related tables?
What are the Features and disadvantages of dataset
What is the difference between statement and preparedstatement interface?
What are disadvantages of microsoft-provided data provider classes in ado.net?
Is bulk insert faster than insert?
What is difference between executenonquery and executequery?
What is the hierarchy of data in databases?
What are the features of ado.net?
Explain the architecture of ado.net?
How is entity framework different from ado.net?