Difference between ADO and ADO.net ?
Answer Posted / sonika
*)ado is connected mode always where as ado.net is
connected as well as disconnected.
*)ado ---recordset whereas ado.net ---dataset
*)ado---c,c++whereas ado.net---- .net framework
*)ado--server based whereas ado.net --client
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
What is a string variable?
What is difference between sqldatareader and sqldataadapter?
What is datasource in ado.net?
What is difference in record set and dataset?
How do you update a dataset in ado.net and how do you update database through dataset?
Explain why edit is not possible in repeater?
What is the use of data grid?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
Explain executenonquery?
What is difference between executequery and executeupdate?
Describe the command object and its method.
What is an orm, and why would you use one instead of plain old ado.net?
What are the disadvantages of using datalist?
What are the different methods by which we can populate a dataset?
Which is faster datareader or dataadapter?