FIX: Operator/Operand Type Mismatch Executing SQL with IIFLast reviewed: November 7, 1996Article ID: Q158823 |
The information in this article applies to:
SYMPTOMSAn Operator/operand type mismatch error occurs when executing a SQL statement that includes the IIF() function.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 5.0.
MORE INFORMATION
Steps to Reproduce BehaviorCreate and run a program that contains the following code:
DIMENSION la[ 2] la[ 1] = .F. la[ 2] = "???" PRIVATE ln ln = 1 SELECT type FROM foxuser ; WHERE IIF( ln= 1, .T., la[ ln] = "AAA") && ln is always 1! |
KBCategory: kbprg kbfixlist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |