Difference between ADO and ADO.net ?
Answer Posted / wubetu
#11 ADO is always used to create a single table by using
recordset only and ADO is also always connection oriented
programming language.
ADO.NET is used to create multible tables by using objects
of the dataset and also it is both connection oriented and
disconnected fashion
.ADO.NET is used for .net programming languages etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between connected and disconnected environment?
What is difference between datareader and dataadapter?
What is the role of data provider in ado.net?
What is a control toolbox?
What is ole db and odbc?
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 are the different row versions available in table?
Which is faster sqldataadapter and sqldatareader?
What are ado.net objects?
What are the different layers of ado.net?
What is row state?
What are dcl commands?
What is a dataview?
What is the use of connection object in ado.net?
What are the ado.net connection pooling parameters?