Specifying the database engine
Specify the location of a SQL Anywhere engine (or a PostgreSQL
engine and its login information) before running the silent
installation.
Edit the pbsetup.iss file located in the
PowerBuilder IDE installation package and set the value of
szDBClientToolDir.
|
1 |
szDBClientToolDir=C:Program FilesSQL Anywhere 17Bin64 |
or
|
1 |
szDBClientToolDir=C:Program FilesPostgreSQL12in |
For PostgreSQL, you will also need to specify the IP address,
port number, user name, and password of the database.
|
1 2 3 4 |
szIP=127.0.0.1 szPort=5432 szUserName=postgres szPassword=$Password$ |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest