What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / bastin
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to add a check box or a dropdown list to a column in a datagrid?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is Dataset Object?
Name which operations can you not perform on an ado.net dataset?
What is the difference between SqlCommand and SqlCommandBuilder?
How to pass values into a datatable?
How to aggregating data across related tables?
What are dataproviders?
What is ado.net in mvc?
What is variable view?
What is full form of ado?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is ado rdo dao in visual basic?
What are advantages of microsoft-provided data provider classes in ado.net?
What is an ado connection?