S
Stonewall
My app uses access 2003. I have the tables in one database and the app in
another. I want to streamline upgrades. Currently, I send the client the
updated frontend database but then I have to make the client email me their
backend database and I manually add the new fields and/or tables needed and
send it back to them. This is a pain for them and for me. I want to be able
to send them a new front end database that contains an upgrade option that
will create all the necessary fields and tables in the backend database. Are
there any examples of this? I need the code that will know the location of
the backend database, open it, add new tables and/or modify existing ones.
All this has to be done from within the application. Since the backend
database is in use, can I do it and if so how? Or, do I need to write a
standalone upgrade application?
Thanks
another. I want to streamline upgrades. Currently, I send the client the
updated frontend database but then I have to make the client email me their
backend database and I manually add the new fields and/or tables needed and
send it back to them. This is a pain for them and for me. I want to be able
to send them a new front end database that contains an upgrade option that
will create all the necessary fields and tables in the backend database. Are
there any examples of this? I need the code that will know the location of
the backend database, open it, add new tables and/or modify existing ones.
All this has to be done from within the application. Since the backend
database is in use, can I do it and if so how? Or, do I need to write a
standalone upgrade application?
Thanks