About Ispirer Systems
Ispirer Home Page Database Migration Application Conversion Downloads
Sqlways.ini File - Section [ANTS]
This article describes sqlways.ini file's [ANTS] section and options it contains.
Option name | Description |
---|---|
HOST | This option sets a host name where import will be performed. |
DATABASE | This option sets a database name where import will be performed. |
USER | This option sets a user account that will be used to connect to Ants database. |
PWD | This option sets a password that will be used together with the user account to connect to Ants database. |
PORT | This option sets a port number that will be used to connect to Ants database. |
TARGET_VERSION | This option sets a version number of the database where import will be performed. |
BIN | This option sets the path to the native utility (antscmd.exe) that will be used by SQLWays Wizard tool to perform import into Ants database. |
Example:
[ANTS] HOST=hostname DATABASE=test USER=postgres PORT=4444