Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Return Code with isql, osql or isqlw

    hi all

    now, i iwork with a workaround. i read the output file and search any sql server messages. if no message found -> everything ok.

    thanks, guido

  • RE: Return Code with isql, osql or isqlw

    hi ian

    that's the big problem. osql don't return the return code. the errorlevel parameter is always zero, although the script failed.

    cheers, guido

  • RE: Return Code with isql, osql or isqlw

    hi ian

    i have seen this article too, but..

    what i need is the return value by the following syntax:

    osql -S <server> -E -i <not_changeable_sql_script.sql> -o <output>

    so i can't use the EXIT...

Viewing 3 posts - 1 through 3 (of 3 total)