ADO: Listview

S

SC

I am currently converting code from using DAO to ADO. I am having trouble
with loading a treeview recursively. Microsoft has a good DAO sample code.
Any code examples out there for ADO?

SC
 
S

SC

This is no longer needed I was able to come up with a solution using .find
instead of .findfirst
 
D

Douglas J. Steele

Just curious as to why you're switching from DAO to ADO.

If you're still keeping your data in Jet (i.e. an MDB or ACCDB file), you're
better off using DAO.
 
D

David W. Fenton

If you're still keeping your data in Jet (i.e. an MDB or ACCDB
file), you're better off using DAO.

If you're using linked tables, I see no reason for ADO, either.

Indeed, outside an ADP, I just can't see any justification for
anyone using ADO for anything at all (other than the small handful
of things MS has churlishly implemented in ADO and never ported to
DAO).
 

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

Transaction problem between DAO and ADO 4
A2007 not supporting dao 4
Recordcount in ADO 10
Access performace help 3
RecordCount on Subform using ADO 3
DAO or ADO ? 5
Mixing DAO & ADO 1
DAO vs ADO 11

Top