Help - ADO

  • Thread starter Thread starter Guest
  • Start date Start date
Easy, I'll focus on what's the same, everything else is different.
1) They both beging with the Letters "ADO"
2) They both have objects named Command and Connection
3) You can connect into ODBC, OledB databases with both of them (although
ADO.NET has many more specific providers.
4) A command object needs a connection to work, and a connection needs a
valid connection string to work in both of them.


Other than that absolutely everything else it different.
 

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

Similar Threads

diff between ado and ado.net 3
about versions for ADO amd .net framework 2
DAO / ADO 11
DAO vs ADO 5
ADO programming 11
Transaction problem between DAO and ADO 4
ADO: Listview 3
using ADO from Excel 2007 1

Back
Top