This chapter describes the syntax and use of each database parameter that you can set in PowerBuilder.
Setting database parameters in code
Use the Preview page of the Database Connection Profile dialog
box to ensure that you are using the correct syntax in code. Most
boolean database parameters can be turned on using any of the values
TRUE, Yes, or 1, and turned off using FALSE, No, or 0. Numeric values
for database parameters must not be enclosed in quotes.