Article ID: 287147 - Last Review: January 31, 2007 - Revision: 5.1 "Database Results Error" error message when you update a database record in FrontPageThis article was previously published under Q287147 On This PageSYMPTOMS After you use the Database Interface Wizard to create a
Database Editor Web page, you may receive the following error message when you
browse the page and click the Edit button: Database Results Error Description: [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement. Number: -2147217900 (0x80040E14) Source: Microsoft OLE DB Provider for ODBC Drivers CAUSE This problem can occur if a form field is using a reserved
word for a field name. For example, the TimeStamp field is automatically created by FrontPage, but the word TimeStamp is a reserved name in SQL, so the SQL statement fails when it
encounters this field name. WORKAROUND To work around this problem for the TimeStamp field, use either of the following methods: Method 1: Rename the column in Access and rerun the Database Interface Wizard
Method 2: Add [] to the custom SQL statement on the Update.asp page created by the Database Interface Wizard
RESOLUTION To resolve this issue, do not use field names that are
reserved words in SQL. See the articles listed in the References section of this article for more information. You should never use these words as names for tables or fields. Also, you should not have spaces in table names. We recommend that you rename the offending tables or fields and adjust your SQL statement accordingly.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. MORE INFORMATION
For more information on this error message
when using FrontPage and databases, click the following article number to view the article in the Microsoft Knowledge Base:
256136
(http://support.microsoft.com/kb/256136/
)
"Database Results Error" error message when you update a database record in FrontPage
REFERENCES
For more information on reserved words in SQL
queries, click the following article numbers to view the articles in the Microsoft Knowledge Base:
209187
(http://support.microsoft.com/kb/209187/
)
List of reserved words in Access 2000
286335
(http://support.microsoft.com/kb/286335/
)
List of reserved words in Access 2002 and Access 2003
248738
(http://support.microsoft.com/kb/248738/
)
List of reserved words in Jet 4.0
| Article Translations
|
Back to the top
