What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / sweety
diff:
1.ADO is a connected approach,where as ADO.Net is a
disconnected data approach.
2.ADO is a concept of vb 6.0,where as ADO.Net ia concept
of .Netframework.
3.ADO is a Object Based,where as ADO.Net is a Object
Oriented.
4.ADO supports recordset,whereas ADO.Net supports dataset.
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Which method is used by command class to execute SQL statements that return single value?
What is ole word?
What are the advantages of ado.net?
Explain ODP.net
What do you know about ADO.NET's objects and methods?
What is the usage of the dataset object in ado.net?
What is dao and ado?
What are the pre-requisites for connection pooling?
Why do we use sqldataadapter?
What is DataRowCollection?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Name which operations can you not perform on an ado.net dataset?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
How to load multiple tables into a dataset?
Define executenonquery?