Table of Contents


SQLWays Product Page Free Evaluation

Database Migration in Batch Mode

SQLWays allows you converting objects from a database in a command line or a shell script.

Open Command Line Window

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

Converting Tables

To convert database objects run sqlways.exe as follows:

sqlways.exe /d=DSN_FOR_ODBC_CONNECTION /U=user_name /P=password /DIR=S:\Export_dir /target=Neoview /T=*.*
or
sqlways.exe /d=DSN_FOR_ODBC_CONNECTION /U=user_name /P=password /DIR=S:\Export_dir /target=Neoview /TF=S:\File_name.txt

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

The list of available database types:


SQLWays Product Page Free Evaluation