Can I use ADO to dynamically link tables?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the code to dynamically link tables using DAO, but can't find a way to
do this using ADO.
 
Define 'dynamically link'? Do you mean that you have a *.mdb file that
has links to another *.mdb file and you want to update the links?
 
Brendan's suggestion to use ADOX worked perfectly. I have an application .mdb
file and a data .mdb file. When I send a new copy of the appl to users I need
the links to the data .mdb file refreshed.
 

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


Back
Top