Help and Support

Article ID: 181655 - Last Review: December 1, 2000 - Revision: 1.0

FP98: Unknown Field Error When Viewing Page With Database Region

This article was previously published under Q181655
Expand all | Collapse all

SYMPTOMS

When you browse to a page containing a database region, you see the following message displayed in the browser:
Database Error: [Microsoft][ODBC Microsoft Access 97 Driver] The INSERT INTO statement contains the following unknown field name: 'Field1'. Make sure you've typed the name correctly, and try the operation again.

CAUSE

This behavior occurs when the field name you specified in the INSERT INTO statement does not exist in the database being queried. Most often this happens if you have mistyped the query.

RESOLUTION

To resolve this behavior, you must specify the correct field name in the INSERT INTO statement. To do this, follow these steps:
  1. Determine the correct field name in your database.

    1. Start Microsoft Access and open your database.
    2. Select the table you are querying and then click Design View.
    3. Note the name of the field you would like to query. The field name appears in the Field Name column.
    4. On the File menu, click Exit.
  2. Start or switch to FrontPage Editor and then open the page that contains the database region.
  3. Right-click any of the column values in your database region and then click Database Region Properties on the menu that appears.
  4. In the INSERT INTO statement, type the name of the field you noted in step 1. For example, if the field name is Field1, type your query like this:
    INSERT INTO TableName (Field1)
    Values
    ('%%Field1%%')
    NOTE: Your query may be different depending on the name of your table and the number of fields you are querying.
  5. Click Finish.
  6. On the File menu, click Save.

MORE INFORMATION

For additional information, please see the following article in the Microsoft Knowledge Base:
175770  (http://support.microsoft.com/kb/175770/EN-US/ ) FP98: How to Post Information to a Database Using ASP

APPLIES TO
  • Microsoft FrontPage 98 Standard Edition
Keywords: 
kbprb KB181655
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.

Article Translations