Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You receive a 0x80004005 error message when you update or delete records from a CSV database in FrontPage 2003


View products that this article applies to.

Symptoms

When you try to update or to delete records from a database that was created from a CSV (text) document in Microsoft Office FrontPage 2003, you may receive one of the following error messages.

If you are modifying records, you may receive an error message that is similar to one of the following:
Database Results Error
Description: [Microsoft][ODBC Text Driver] Updating data in a linked table is not supported by this ISAM.
Number: -2147467259 (0x80004005)
Source: Microsoft OLE DB provider for ODBC Drivers
The operation failed. If this continues, please contact your server administrator.
If you are deleting records, you may receive an error message that is similar to one of the following:
Database Results Error
Description: [Microsoft][ODBC Text Driver] Deleting data in a linked table is not supported by this ISAM.
Number: -2147467259 (0x80004005)
Source: Microsoft OLE DB provider for ODBC Drivers
The operation failed. If this continues, please contact your server administrator.
The error messages may vary, depending on the version of the ODBC driver that is being used.

↑ Back to the top


Cause

This behavior occurs because ODBC drivers do not allow for the SQL statements UPDATE and DELETE.

The ODBC text file driver does not support DELETE and UPDATE statements, because ODBC depends on a unique key index to determine the record to update or to delete. The text file has no such index; therefore, the only permitted modifications are newly added records that use the INSERT statement without DELETE or UPDATE statements.

↑ Back to the top


Workaround

To work around this behavior, do not use a text file for the database when you use the Database Interface Wizard. Import the text file into Microsoft Access, and then use the Access drivers.

For more information about how to import a text file into Access, click Microsoft Office Access 2003 Help on the Help menu, type Import or link data and objects in the Search for box in the Assistance pane, and then click Start searching to view the topic.

↑ Back to the top


More information

For additional information about statements supported by ODBC, click the following article number to view the article in the Microsoft Knowledge Base:
146220� PRB: The ODBC text file driver only supports INSERT statement

↑ Back to the top


Keywords: KB828892, kbprb, kberrmsg, kbdatabase

↑ Back to the top

Article Info
Article ID : 828892
Revision : 5
Created on : 1/6/2006
Published on : 1/6/2006
Exists online : False
Views : 349