![]() ![]() ![]() |
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 :exSQLWays 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).
![]() ![]() ![]() |