Can't issue DDL to linked table

  • Thread starter Thread starter David Mueller
  • Start date Start date
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
 
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.
 
Back
Top