FP2000: Cannot Update Database When You Browse Anonymously (301463)
The information in this article applies to:
This article was previously published under Q301463 SYMPTOMS
When you attempt to use an UPDATE SQL query or a Microsoft FrontPage form to insert records in a Microsoft Excel database, you may receive an error message similar to the following:
Cannot update the database
Error Description: [Microsoft][ODBC Excel Driver] Operation must use an
updateable query.
Error Number: -2147467259
Error Source: Microsoft OLE DB Provider for ODBC Drivers
This message is displayed in the Web browser window.
CAUSE
This behavior can occur if the IUSR_computername account does not have the correct NTFS permissions to gain access to the database. The IUSR_computername account is created automatically by Microsoft Internet Information Server (IIS) for anonymous access, and IIS requires Read and Write permissions to connect and write to the database.
RESOLUTION
To resolve this issue, assign the IUSR_ computername account Read and Write permissions to the database. To do this, follow these steps, as appropriate to your operating system.
Microsoft Windows 2000- Click Start, point to Programs, point to Accessories, and then click Windows Explorer.
- Browse to the database file.
- Right-click the file, and then click Properties.
- Click the Security tab.
- Click the IUSR_computername account.
- In the Permissions box, click to select the Read check box under Allow, click to select the Write check box, and then click OK.
Microsoft Windows NT 4.0- Click Start, point to Programs, point to Accessories, and then click Windows Explorer.
- Browse to the database file.
- Right-click the file, and then click Properties.
- Click the Security tab, and then click Permissions.
- In the File Permissions dialog box, click the IUSR_computername account.
- In the Type of Access box, click Special Access.
- In the Special Access dialog box, click Other, and then click to select both the Read(R) and Write(W) check boxes.
- Click OK three times to close the dialog boxes.
Modification Type: | Minor | Last Reviewed: | 1/7/2006 |
---|
Keywords: | kberrmsg kbprb KB301463 |
---|
|