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.

The FrontPage Web site can no longer query the database, and you may receive the "Syntax error in query" error message


View products that this article applies to.

Symptoms

You change a Microsoft FrontPage Web site that contains a database Web page. When you save the Front Page Web site to a server that is running Microsoft Windows Server, the FrontPage Web site can no longer query the database. Additionally, you may receive the following error message on the database Web page:
Database Results Wizard Error

Description: Syntax error in query. Incomplete query clause.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine

↑ Back to the top


Cause

This issue may occur if either of the following conditions are true:
  • A space character is included in a query name or in a database table name that appears in the HTML code on the database Web page.
  • A space character is included in a query name or in a database table name that appears in the database.

↑ Back to the top


Workaround

To work around this issue, use one of the following methods.

Method 1: Use the Database Results Wizard

Use the Database Results Wizard to define the query name or the database table name that contains a space character. To do this, follow these steps:
  1. Open the database Web page in FrontPage.
  2. Double-click the Database Results area to start the Database Results Wizard, and then click OK.
  3. Click Next.
  4. Click Custom query, and then click Edit.
  5. In the SQL statement box, type square brackets ([ ]) around the query name or around the database table name that contains the space character.

    For example, the SQL statement should look similar to the following statement:
    SELECT * FROM [My Table]
  6. Click OK.
  7. Click Next, and then complete the Database Results Wizard.
  8. Save the database Web page, and then republish it.

Method 2: Change the query name or the database table name

  1. In the HTML code of the database Web page, change the query name or the database table name to a name that does not include a space character. For example, change "My Query" to "My_Query".
  2. In the database, change the query name or the database table name to the same name that you used in the HTML code of the database Web page.
  3. Save the database Web page, and then republish it.

↑ Back to the top


Keywords: KB898752, kbprb, kbtshoot

↑ Back to the top

Article Info
Article ID : 898752
Revision : 5
Created on : 10/23/2006
Published on : 10/23/2006
Exists online : False
Views : 288