Table of Contents


Ispirer Website Ispirer Toolkit Overview Free Trial

Convert Scripts in Batch Mode

SQLWays allows you to convert application source files from command line or a shell script.

Open Command Line Window

Open a command line window by running Start → Ispirer Toolkit → SQLWays Command Line or Start → Run → cmd.exe

Convert SQL Scripts

To convert SQL scripts run sqlways.exe as follows:

sqlways.exe /f=d:\sybase_scripts\*.* /source=SybaseASE /target=MySQL /dir=d:\mysql_scripts

Note: SQLWays command line options are case insensitive and their order is insignificant.

You can specify a full path, list or template (*.*, *.sql i.e.)

The list of available database types:

Convert Applications in Batch Mode

SQLWays allows you to convert application source files from a command line or a shell script.

Convert Applications

To convert applications run sqlways.exe as follows:

sqlways.exe /f=d:\delphi_project\*.* /source=Delphi /target=CS /dir=d:\CS_project

You can specify a full path, list or template (*.*, *.pas i.e.)

The list of available applications:

Convert Delphi Projects

To convert a Delphi project run sqlways.exe as follows:

sqlways.exe /F=c:\Delphi_project\Project.dpr /source=Delphi /target=CS /dir=d:\CS_project

Note: SQLWays command line options are case insensitive and their order is insignificant.

Convert C++ Applications with Embedded SQL to ODBC

To convert C++ applications with Embedded SQL to ODBC run sqlways.exe as follows:

sqlways.exe /F=s:\CPP_ESQL\*.* /SOURCE=CPP /TARGET=CPP /SOURCE_API=ESQLC /TARGET_API=ODBC /DIR=s:\CPP_ODBC

Note: SQLWays command line options are case insensitive and their order is insignificant.

You can specify a full path, list or template (*.*, *. cpp i.e.)



More detailed list of command line options can be found here: Command Line Options
If you will have any questions on how to run the migration in batch mode, please contact our technical team: support@ispirer.com