PRB: "Operator/Operand Type Mismatch" Error on BROWSELast reviewed: June 27, 1995Article ID: Q98361 |
The information in this article applies to:
SYMPTOMSComparing a date type field with a literal character string in the FOR clause of a BROWSE command may result in the error message "Operator/Operand Type Mismatch."
RESOLUTIONTo solve this problem, do one of the following:
MORE INFORMATIONThis error is returned because a literal character string is a character type field rather than a date type field. For example, the following statement
USE invoices BROWSE FIELDS ino, cno, idate FOR idate > "01/01/91"where "idate" is a date type field in the database, returns the above error.
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a errmsg compare
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |