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
What is the executescalar method?
What is ado.net in mvc?
How to check if the Dataset has records ?
What are three methods for displaying data in a syncfusion datagrid
What is the difference between DataReader and DataSet in ADO.NET?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is XML serialization
What is the functionality of data provider in ado.net?
Define ado.net?
What is a serialized object?
What DataReader class do in ADO.NET ?
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?
How we can provide data to ado.net?
How to create data relations?
What is difference between connected and disconnected architecture in ado.net?