The information in this article applies to:
BUG #: 16858 Q158885 : BUG: ESQL-C: Divisor in Parentheses May Cause AV in NSQLPREP SYMPTOMSWhile precompiling a C division expression, NSQLPREP may generate an "Integer division by zero" exception error. The 16-bit precompiler SQLPREP may generate the error "run-time error R6003 - integer divide by 0". This error may occur not only with integers, but with any numeric datatype (for example, float and so on). WORKAROUNDTo work around this problem, ensure that there is a character string variable assignment in the program, before the division expression. 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 exception error in
NSQLPREP.
The following sample code fragment will not cause the precompiler to generate an exception error because there is a character string variable assignment before the division expression:
Keywords : kbprg SSrvESQL_C SSrvProg kbbug6.50 |
Last Reviewed: April 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |