Can't issue DDL to linked table

D

David Mueller

Didn't know I could issue a DDL on a linked table. Now
what do I do?

How do I get the linked tables updated with minimal user
interaction? These users are in different cities and do
not share a common backend.

Your thoughts appreciated. Thanks.
David
 
A

Allen Browne

OpenDatabase directly on the back end, and execute DDL statements there.

Use the Connect property of the TableDef to find out the path to the actual
table.
 

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

Top