Difference between ADO and ADO.Net.

  • Thread starter Thread starter archana
  • Start date Start date
A

archana

Hi all,

can anyone tell me difference between ado and ado.net other than
disconnected access?

thanks in advance.
 
ADO is a COM implementation of the Data Access Framework. Used in ASP 3 and VB.

ADO.Net is an entirely Managed implementation of the Data Access Framework.
Used in .Net.
 
One of the few things have in common is the first three letters of their
name.

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
 
XOR said:
ADO is a COM implementation of the Data Access Framework. Used in ASP 3
and VB.

ADO.Net is an entirely Managed implementation of the Data Access
Framework.
Used in .Net.

That much I think we know :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top