ADO: Listview

  • Thread starter Thread starter SC
  • Start date Start date
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
 
This is no longer needed I was able to come up with a solution using .find
instead of .findfirst
 
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.
 
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).
 
Back
Top