FP98: Unknown Field Error When Viewing Page With Database RegionID: Q181655
|
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.
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.
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)NOTE: Your query may be different depending on the name of your table and the number of fields you are querying.
Values
('%%Field1%%')
For additional information, please see the following article in the Microsoft Knowledge Base:
Q175770 FP98: How to Post Information to a Database Using ASP
Additional query words: front page
Keywords : kbdta fpactive
Version : WINDOWS:98
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: July 27, 1999