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
What is the use of ADO.NET and XML web services?
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?)
Which method is used by command class to execute SQL statements that return single value?
What are the data providers used in ado.net
Define the data provider classes that is supported by ado.net?
What is an ado connection?
What is ado oledb and odbc?
What is aggregate root?
Explain the basic use of "dataview" and explain its methods.
Where is adodb dll located?
What is typed dataset ?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
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?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What are typed and untyped dataset?