About Ispirer Systems

Ispirer Home Page Database Migration Application Conversion Downloads


Sqlways.ini File - Section [SOLID]

This article describes sqlways.ini file's [SOLID] 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 Solid database.
PWD This option sets a password that will be used together with the user account to connect to Solid database.
PORT This option sets a port number that will be used to connect to Solid 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 (solload.exe) that will be used by SQLWays Wizard tool to perform import into Solid database.

Example:

[SOLID]
HOST=hostname
DATABASE=test
USER=postgres
PORT=4444