Parameters |
Description |
|
File path (*.alk) or connection string (SQL database) of the source database. |
|
File path (*. mdb) or connection string (SQL database) of the target database. |
|
Specifies how the source database is opened (optional, 0 = exclusive, 1 = not exclusive). Default value: 0 |
|
Specifies how the target database is opened (optional, 0 = exclusive, 1 = not exclusive). Default value: 0 |
Syntax of the connection string:
Component |
Description |
---|---|
|
Name of the server |
|
Name of the database |
|
Login type; possible values are: 0 = Windows authentication 1 = SQL authentication (encrypted password) 2 = SQL authentication (non-encrypted password)
|
|
User name |
|
Password for access |