BUG: 32-bit ISQL.EXE Does Not Properly Set ERRORLEVEL |
Q121832
The 32-bit version of ISQL.EXE does not properly set ERRORLEVEL under
certain conditions. If arguments or data for arguments are invalid, the
ERRORLEVEL used for batch file processing under Windows NT is not set to 1.
The following is an sample .CMD file run under Windows NT normally
used for batch file processing:
echo off
isql /Usa /P /i test.sql
if errorlevel 1 echo Error!
echo on Use the 16-bit MS-DOS or OS/2 version of ISQL.EXE on Windows NT.
Microsoft has confirmed this to be a problem in the products listed at the beginning of this article.
Additional query words: Windows NT
Keywords : kbtool
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600 kbSQLServ420OS2
|
Last Reviewed: February 17, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |