Actually, no ...it is from v8 to v8 (runtime version) I am trying to include a upgrade feature for my program so that I can send off upgrade to them and with a click of a button, it will moved the data from the old database to the new database. But I cannot think of a better way then then to get the user to:
1. Go to the old file, click on a button, that will export out all the data from the current file.
2. Go to the new file, click on a button to import in the old data into the new file.
I want to automate the process but was unable to do it. I tried to call a script in the old runtime file from my new runtime file but apparently it fail to run.
Any anyone can help? Thanks.