Jump to content

Kiosk mode: preserving data


nightdesigns

This topic is 7908 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'm building a solution for a client in kiosk mode. I'm going to be giving them an initial version and then update it based on suggestions. I'd like to move the data from one version to the next so that they don't lose it. Is the best way just to create an export and import script and export before i replace with the new version and import? It's 4 files worth of info.

Link to comment
Share on other sites

  • Newbies

An alternative is just to create an import script in your new version (one in each of the four files) that imports directly from the previous versions.

Before you drop the new versions in, you need to re-name the old ones (eg add 'OLD' to their names). Have your import scripts already configured to find files with their names changed in this way, in the current directory.

You can set the import script to run automatically the first time the files are opened, if you want it to be as easy as possible for your users.

Link to comment
Share on other sites

This topic is 7908 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.