Hey all,
First of all, in the situation which is described below, the software for the client is a third party software which is written in the .Net framework and saves its information into an MS-Access Database. When the user of the instore application presses "Update" the software uploads a copy of the MS_Access Database onto the webserver. The third-party software can not be recoded, changed or modified in anyway. The client runs 32 stores off this setup and each Store has their own website.
That said...
I need to be able to have an automatic update setup having MySQL pull the data from the uploaded MS-Access DB on the webserver.
I was thinking of running a Crontab to check the Access File to see if the timestamp has been changed since the Cron had last seen the file (say every hour). But how do I get the information in. There are only three tables in the MS Access DB to go in.
Now some other challenges:
Thats about it. Anyone with any ideas??? HELP! :rolleyes: 😕