DOC: Optimizable Expression Missing Left ParenthesisLast reviewed: January 8, 1997Article ID: Q135319 |
The information in this article applies to:
SUMMARYThe first example of a Rushmore Optimizable expression following the Combining Complex Expressions table on Page 395 in the Developer's Guide is missing a beginning left parenthesis. The expression currently is:
FIRSTNAME = 'FRED' AND HIREDATE < {12/30/89}) ; OR (LASTNAME = '' AND HIREDATE > {12/30/88})The expression should be:
(FIRSTNAME = 'FRED' AND HIREDATE < {12/30/89}) ; OR (LASTNAME = '' AND HIREDATE > {12/30/88}) |
KBCategory: kbprg kbdocerr kbdocfix
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |