For DBMSs that support bind variables, PowerBuilder can bind input parameters to a compiled SQL statement. The DisableBind database parameter allows you to specify whether you want to disable this binding. When DisableBind is set to 1 to disable binding, PowerBuilder replaces the input variable with the value entered by the application user or specified in code.
In PowerBuilder 11.2, the ASE and SYC native database interfaces for Adaptive Server® Enterprise support the DisableBind database parameter. The default value is 1. For more information, see the description of DisableBind in the online Help.