Table of ContentsPreviousNext

Ispirer             Ispirer


Ispirer SQLWays Database Migration Software

Return Codes

If the exporting was successful, the SQLWays return code is 0. Otherwise, the return code is -1. You can use this feature in batch files.

For example:

@echo off
cls
SQLWays /d=datasource /u=user /p=pwd /t=table
if errorlevel 0 goto ok
echo.
echo Converting error
goto ex
:ok
echo.
echo no errors
:ex 

SQLWays can also return 1. This is possible when the /NSTOP option is used, and it means that the last operation was successful but there has been an intermediate error (for example, processing of one of the previous tables failed).


Table of ContentsPreviousNext
Ispirer             Ispirer
Copyright © 1999-2015 Ispirer Systems Ltd. Ispirer and SQLWays are trademarks of Ispirer Systems Ltd. All other product names may be trademarks of the respective companies. All rights reserved.