Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners

ASA Database Converter online Help

Prev Return to chapter overview Next

Command line options

ASA Database Converter supports a number of command line options that make it possible to fully automate database migration. To generate the command line automatically, load the project to be used or specify the comparison options and click More > Generate command line. To log the conversion process, check the corresponding option and set the Log file name.

 

The ASA Database Converter command line syntax is as follows:

MyDatabaseConverter[.exe] <project_file_name> [-l|log <log_file_name>] -console

 

MyDatabaseConverter[.exe]

The ASA Database Converter program file.

<project_file_name>

The project with all the task's settings.

-c|console

Runs the wizard in console mode. This option is required.

-l|log

Enables logging, requires the log file name.

 

Examples

The example below assumes that you are entering the command lines in the ASA Database Converter program directory. Don't forget to enclose all paths and filenames containing spaces in quotes.

"C:\Program Files\SQL Maestro Group\Database Converter for MySQL\MyDatabaseConverter.exe" "D:\Projects\sakila_conversion.mydcp" -console

 



Prev Return to chapter overview Next