The information in this article applies to:
BUG #: 16003 (NT 6.50) SYMPTOMSNSQLPREP may experience an unhandled access violation (AV) when precompiling a C division expression in which the divisor is contained within parentheses. Additionally, the C modulus (%) operator causes the same problem. WORKAROUND
To work around this problem, do either of the following:
STATUSMicrosoft has confirmed this to be a problem in Microsoft Embedded SQL for C Programmer's Toolkit version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
Other operators (such as +, -, and *) do not cause an AV in NSQLPREP.
The following sample code fragment will not cause the precompiler to generate an AV, because there is a character string variable assignment before the division expression:
Additional query words: ESQL/C ESQL-C
Keywords : kbprg SSrvESQL_C SSrvProg kbbug6.50 |
Last Reviewed: April 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |