G
Guest
I have used the Database Splitter utility to create a "_be" version of my
database and moved that to the server. Other computers have code version
with tables linked to the server _be.
I had previously used VB code in my start up routine that checked the
current code version against the data version # stored in a table. This code
will now not run due to the restriction against updating a linked table. I'm
using a "dbs.Execute 'ALTER TABLE ... '" command to do the table change.
Any suggestions on how to update the table structure without manually doing
it to the _be on the server?
database and moved that to the server. Other computers have code version
with tables linked to the server _be.
I had previously used VB code in my start up routine that checked the
current code version against the data version # stored in a table. This code
will now not run due to the restriction against updating a linked table. I'm
using a "dbs.Execute 'ALTER TABLE ... '" command to do the table change.
Any suggestions on how to update the table structure without manually doing
it to the _be on the server?