Database profiles registry entry

Contents

Database profiles for all data sources are stored in the registry in HKEY_CURRENT_USER\SOFTWARE\Sybase\PowerBuilder\12.5\ DatabaseProfiles.

Editing

You should not need to edit the profiles directly to modify connection information. These files are updated automatically when PowerBuilder creates the database profile as part of the ODBC data source definition.

You can also edit the profile in the Database Profile Setup dialog box or complete the Database Preferences dialog box in PowerBuilder to specify other connection parameters stored in the registry. (For instructions, see Chapter 13, “Setting Additional Connection Parameters.”)

Example

The following example shows a portion of the database profile for an EAS Demo DB data source:

DBMS=ODBC
DBParm=ConnectString='DSN=EAS Demo DB V125 DB;UID=dba;PWD=00c61737'
Prompt=0

This registry entry example shows the two most important values in a database profile for an ODBC data source: