Dreamweaver: Database Permissions Problems for Access Databases
You may find that Dreamweaver has trouble accessing the Access database (in this case it's called a "No-Access" database, ha, ha). The problem is usually related to permission problems: that is, Dreamweaver doesn't have permission to read the database. The process for fixing this problem varies depending on which operating system the Web server is running on, Win 2000 or Win XP.
If you continue to have problems with the tutorial, you should try the PHP version of the tutorial. It runs on both Windows and Macintosh and is nearly identical (apart from the underlying server technologies) to the one in the book. You can download the PHP/MySQL tutorial here.
Solution for Win 2000
visit: http://www.webwizguide.info/asp/faq/server_permissions.asp
Solution for Win XP
- Start->Control Panel
- Double-click Folder Options
- Click the View tab
- Scroll to the bottom of the menu and uncheck “Use Simple File sharing.”
- Click OK to apply and close window.
- Locate the FOLDER containing the nationalEx.mdb Access database (the DWDynamic folder you downloaded.)
- Right-click on the folder and choose Properties.
- Click the Security tab, then click the Add button. This opens the Select Users and Groups window.
- Click the Advanced button and click the Find Now button. This will generate a list of all users and groups on the computer.
- Scroll down until you find a name that begins with IUSR_ and select it. (The last part should be the name of your computer, IUSR_MyComputer, for example.)
- Click the OK button to select the IUSR_ user and click OK again to close the Select Users and Groups window. You are now back at the Properties window for the database file.
- Select “Internet Guest User” from the list of group and user names.
- Click the Full Control check box in the Allow column and click the Apply button. This gives IIS control over this file so that it can open, close and lock it for reading, editing and updating the file.
- Restart your computer
- Restart Dreamweaver and continue with the tutorial.

