R
Rich Locus
Hello:
In the Access 2003 days, I tried using ADO on local tables in my Access
database with disastrous results. As I stepped through macros, some actions
would not even finish before other ones started, causing my queries to be
missing data because the previous step was still executing. I never had that
problem with DAO. What is the recommendation now... is ADO better at making
sure a process is finished before the next begins, or should I stick with DAO
for only internal tables that don't link outside to other databases? Forums
in the past said to stay away from ADO unless you were needing to go outside
your local tables.
Thanks
In the Access 2003 days, I tried using ADO on local tables in my Access
database with disastrous results. As I stepped through macros, some actions
would not even finish before other ones started, causing my queries to be
missing data because the previous step was still executing. I never had that
problem with DAO. What is the recommendation now... is ADO better at making
sure a process is finished before the next begins, or should I stick with DAO
for only internal tables that don't link outside to other databases? Forums
in the past said to stay away from ADO unless you were needing to go outside
your local tables.
Thanks