Tuesday, April 29, 2008 9:01:00 PM
For those of you who use Access databases in web applications, you will love this utility. MyAccess allows you to modify tables, views, indexes, keys and content stored in MS Access databases via a web browser. Simply upload it to your web server, set a few minor options in the config file and your done.
I had to change the DB_DIR directive in the config file to an absolute path because I couldn’t make changes to the database using the default settings. It was kind of strange, the path worked fine unless I was trying to write a change to the db. Here’s what I did:
Changed DB_DIR = server.mapPath("..\..\_db\") & "\"
To DB_DIR = "D:\HostingSpaces\websites\blahblah.org\_db\"
If you use Access databases on the web, give MyAccess a try. Let me know what you think.