Walkthrough: Connecting to the Database provides step-by-step instructions for how to connect to different types of database.
The following uses the SQL Anywhere database for the PowerBuilder demo as an example.
To configure the database connection:
-
In the PowerServer project painter, select the Database page > Basic tab.
-
Select SQL Anywhere (ODBC) from the Provider list.
-
Specify any text as the cache name.
-
Select the data source.
-
Specify the user name (for example, dba) and password (for example, sql).
-
Click Test Connection to make sure the database can be connected successfully.
The "Allow dynamic connection using the transaction LogID and LogPass" option allows the application to use the LogID and LogPass property values of the Transaction object to log in to the database server (instead of using the values in the User name and Password fields). For more, refer to Using LogID and LogPass properties.
The More button contains additional important settings for the database driver such as DelimitIdentifier, TrimSpaces, etc. If your database has such settings, make sure to click the More button to configure those settings.