FP2000: Unknown Field Error When Viewing Page With Database RegionID: Q205932
|
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
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.
To resolve this behavior, you must specify the correct field name in the INSERT INTO statement. To do this, follow these steps:
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.
Additional query words: front page 2000RTMPublic
Keywords : kbdta fpactive
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: July 19, 1999