Chapter 1: Database Parameters

About this chapter

This chapter describes the syntax and use of each database parameter that you can set in PowerBuilder.

NoteSetting 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.