Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backup and restore difficulties...

Status
Not open for further replies.

jac123

Technical User
Apr 25, 2003
19
US
I am a developer of a stand alone access 2003 program. I have two modules: one backups my tables in the db and the other restores them to the db.
The file created when I backup the db works well, however, if the user would open that file, they would be able to change all of my preferences to the db. I want a way for this file not be be opened by the user and yet be able to restore that file when "Restore" is activated on the menu.
Any help or direction would be very much appreciated.

Thank you,

jc
 
As you can't restrict access to the file itself, I would suggest scrambling the data and preferences in such a way that the program can't use it directly, then reverse it with the "restore" option.

This way your program is needed to restore the data to a usable form but they get a copy of their data.
If they want a live copy with unencrypted data they can use a traditional backup program, or just copy the data file on disk.

John
 
Thanks John - I'll try decrypting the file to see what happens.

Jeanne
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top