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
What are different layers of ADO.Net?
Why is stored procedure used in ado.net?
What is the meaning of executenonquery?
What are the Features and disadvantages of dataset
How to create data relations?
What does executenonquery () method return?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is data relation?
What is the difference between data grid and data repeater?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
Which is faster dataset or datareader?
What is untyped dataset?
What is the hierarchy of data in databases?
Which is better entity framework or ado.net?
Can datareader hold data from multiple tables?