O
OssieMac
I have an application that I want to be able to update and then give it to
the user to install the update but the user keeps his existing tables. I have
found some limited info that indicates that I need to have the tables in a
separate file. What I am looking for is a step by step guide for what I need
to do. (I'd be surprised if what I need doesn't exist out there in cyberspace
but I just can't find what I am after.)
The following is what I think that I need:-
Separating the tables from the existing database. (I assume I just export
them.)
How to set the links between the user interface and the tables.
What sort of code do I need to provide so the user can simply click a button
to remove the links to the old version and re-establish the links to the new
version. (I am toying with the idea that all other buttons on the main menu
of the updated version will be disabled and the button to execute this will
then get hidden or removed after the links are re-established and the other
buttons re-enabled. This part I can do if I can work out how to do the above.)
As always all help will be greatly appreciated as will suggestions of other
options to achieve the desired result.
the user to install the update but the user keeps his existing tables. I have
found some limited info that indicates that I need to have the tables in a
separate file. What I am looking for is a step by step guide for what I need
to do. (I'd be surprised if what I need doesn't exist out there in cyberspace
but I just can't find what I am after.)
The following is what I think that I need:-
Separating the tables from the existing database. (I assume I just export
them.)
How to set the links between the user interface and the tables.
What sort of code do I need to provide so the user can simply click a button
to remove the links to the old version and re-establish the links to the new
version. (I am toying with the idea that all other buttons on the main menu
of the updated version will be disabled and the button to execute this will
then get hidden or removed after the links are re-established and the other
buttons re-enabled. This part I can do if I can work out how to do the above.)
As always all help will be greatly appreciated as will suggestions of other
options to achieve the desired result.