Forum Moderators: open
I need to create an offline version of the application. I have successfully encrypted the scripts on the ASP pages and run the pages offline in the browser. However, there still needs to be a database installed to handle the data on the local machine.
Is it possible to put the database files (lets say MDB) on the local machine and write to those without having Access installed? Or, am I looking at installing mySql on every machine that wants to run my app offline?
Thanks.
I'll try the Access file route without access and see if it works. I hate to uninstall Access from my machine to test it though!
Yes, I know I have to change the ADO strings, etc. There's a lot more I need to change to get it to work offline, but I need a place to store the data first.