Table of ContentsPreviousNext

Ispirer
Please, note, that Ispirer SQLWays 6.0 is no longer supported and provided to clients.
You can try out automated conversion of databases and applications with Ispirer Toolkit for free. Download free trial.
Check out the relevant toolkit documentation.


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
Copyright 1999-2023 Ispirer Systems.
Ispirer and SQLWays are registered trademarks. All other product names may be trademarks of the respective companies.
All rights reserved.