What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / bhavesh
ADO.NET is stateless mechanism. I can treat the ADO.Net as a
separate in-memory database where in I can use relationships
between the tables and select insert and updates to the
database. I can update the actual database as a batch.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Define ado.net?
How to maintain the relation between two tables in ADO.NET?
What does ado stand for?
What is a string variable?
Why do we use sqldataadapter?
What is difference between ado and other data object?
What is the current version of entity framework?
Explain all the classes those are used for database connections between sql server and asp.net?
How to creating a SqlCommand Object?
How to check if the Dataset has records ?
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 execute scalar in ado.net?
What is the difference between executenonquery () and executescalar ()?
What is the meaning of object pooling?
What are the advantage of ado.net?