The information in this article applies to:
BUG #: 17729 (SQLBUG_65) SYMPTOMSIf the WHERE clause of a SELECT statement is followed by a column name, a table name, or an alias that starts with "CURRENT", the precompilation will fail with the following error: This occurs only when using a SELECT statement (whether it is a SELECT INTO or part of a DECLARE CURSOR statement). It does not occur when using a DELETE or an UPDATE statement. WORKAROUNDAlias NameIf the alias name starts with CURRENT, change the alias name so that it does not begin with CURRENT.Table or Column NameIf the table name or column name itself starts with CURRENT, use an alias. (Do not use an alias that begins with CURRENT.)STATUSMicrosoft has confirmed this to be a problem in Microsoft Embedded SQL for C Programmer's Toolkit version 6.5. Additional query words: ESQL ESQL/C ESQL-C
Keywords : SSrvESQL_C kbbug6.50 |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |