FP97: Error Performing Query in HTX File If-Then ConditionalLast reviewed: March 18, 1998Article ID: Q164280 |
The information in this article applies to:
SYMPTOMSWhen you use the Internet Database Connector (IDC) features to query a data source table where the field names begin with a number, you receive the following error message:
Error Performing Query The template file contains an expression with an unrecognized operator. Valid operators are GT, LT, EQ and CONTAINS. CAUSEField names in the If-Then Conditional section of the HTX file cannot begin with a number.
RESOLUTIONRename the field for the results set using the SQL reserved word 'AS'. For example, to use a table field named, "900Line," rename the field as Line900:
SELECT 900Line AS Line900 FROM Employees |
Additional query words: 97
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |