patch database

  • Thread starter Thread starter NiXa
  • Start date Start date
N

NiXa

hi, i have a database that i have to upgrade. i'm planning to create another
database that should "patch" the original database. does someone know how
can i delete objects (forms, modules, etc..) in original database from
within "patch" database.

thank you,
nixa
 
What you should do is split the application into a front-end (containing the
queries, forms, reports, macros and modules), linked to a back-end
(containing the tables and relationships). Each user should have a copy of
the front-end on his/her hard drive.

To distribute a new version, you simply replace the existing front-end with
the new one.
 
Just split your database, and then send them the new front end, and have
that link to their existing application.

(you will need to caution them to run your new front end..and not the old
actual database).

This would be stop gap fix, until you can get on-site, and actually split
their database, and then re-link the front end to the back end...
 

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

Back
Top