FP2000: Unknown Field Error When Viewing Page With Database Region
ID: Q205932
|
The information in this article applies to:
SYMPTOMS
When you browse to a page containing a database region, you see the
following message displayed in the browser:
Database Results Error:
Description: [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.
Number: -2147217900 (0x80040E14)<BR/>
Source: Microsoft OLE DB Provider for ODBC Drivers
CAUSE
This behavior occurs when the field name you specified in the INSERT INTO
statement does not exist in the database being queried. This often
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:
- Determine the correct field name in your database.
- Start Microsoft Access and open your database.
- Select the table you are querying, and then click Design View.
- Note the name of the field you would like to query. The field name
appears in the Field Name column.
- On the File menu, click Exit.
- Start or switch to FrontPage, and then open the page that
contains the database region.
- Right-click any of the column values in your database region and then
click Database Results Properties on the menu that appears.
- Click Next.
- Click Edit.
- 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 similar to the following:
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.
- Click OK.
- Click Next three times.
- Click Finish.
- On the File menu, click Save.
Additional query words:
front page 2000RTMPublic
Keywords : kbdta fpactive
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbinfo