What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / pankaj
1. Business Model
ADO is Connection-oriented Models used mostly
ADO.NET is Disconnected models are used:Message-like Models.
2. Disconnected Access
ADO Provided by Record set.
ADO.NET Provided by Data Adapter and Data set
3. XML Support
ADO Limited
ADO.NET Robust Support
4. Connection Model
ADO Client application needs to be connected always to
data-server while working on the data, unless using
client-side cursors or a disconnected Record set
ADO.NET Client disconnected as soon as the data is
processed. DataSet is disconnected at all times.
5. Data Passing
ADO objects communicate in binary mode.
ADO.NET uses XML for passing the data.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the difference between ADO and ADO.Net?
Is bulk insert faster than insert?
What is the full form of ado?
What are different layers of ADO.Net?
Define Execute Scalar?
How will you fill the gridview by using datatable object at runtime?
What is a column variable?
Explain ODP.net
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is Dataset Object?
What is ado.net objects?
How do you merge 2 datasets into the third dataset in a simple manner?
What is difference between datagridview and datagrid control in winforms?
What is ole used for?
Which namespaces are used for data access?