Hi there,
I have an Access application which I distribute either as network version (with MySQL as backend) or as "offline" version using the standard access db as backend. For users with the standard offline version I have implemented a backup feature using the common VBA method which copies all data into a seperate mdb file. Now my problem is - how can I distribute updates to these users?? Such updates often include database changes. As the implemented backup method does not exclusively exports/imports raw data I cannot simply hand out the updated version, as users would import their data and also the old table structures etc. I hope, you'll get my point!
What would be your suggestion to update the application/db then? For MySQL users there is no problem as they can simply run the sql alter commands themselves and install the new frontend version... thanks for any advice in advance!!
FRANK
I have an Access application which I distribute either as network version (with MySQL as backend) or as "offline" version using the standard access db as backend. For users with the standard offline version I have implemented a backup feature using the common VBA method which copies all data into a seperate mdb file. Now my problem is - how can I distribute updates to these users?? Such updates often include database changes. As the implemented backup method does not exclusively exports/imports raw data I cannot simply hand out the updated version, as users would import their data and also the old table structures etc. I hope, you'll get my point!
What would be your suggestion to update the application/db then? For MySQL users there is no problem as they can simply run the sql alter commands themselves and install the new frontend version... thanks for any advice in advance!!
FRANK