Description
Strings containing DBParm parameters that you specify in the Database Profile Setup dialog box for your connection can now be up to 999 characters in length.
Previously, the DBParm string could not exceed 499 bytes. PowerBuilder or InfoMaker ignored any DBParm settings in the string that were beyond this limit. For strings containing multiple DBParms, this limit sometimes prevented PowerBuilder or InfoMaker from using all of the specified settings.
The increased limit applies only to DBParm parameters that you set in a database profile in the PowerBuilder or InfoMaker development environment. DBParm strings specified in PowerBuilder scripts as properties of the transaction object are not limited to a specified length.
Purpose
The increased limit for DBParm strings in database profiles ensures that PowerBuilder or InfoMaker can process multiple DBParm settings in strings up to 999 characters in length.
Usage
To set DBParm parameters in a PowerBuilder or InfoMaker database profile, specify them in the Database Profile Setup dialog box for your connection.
|