Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Database parameters – Page 19 – PowerBuilder Library

Database parameters

Driver – PB Docs 125

Driver database parameter Description The JDBC driver your application uses to connect to the database. When to specify Driver You must specify the Driver database parameter before connecting to the database. Controls JDB JDBC Syntax

Default None Usage The driver name identifies the Java class name for the particular driver you are using to…

DS_Alias – PB Docs 125

DS_Alias database parameter Description When you access a Sybase Adaptive Server Enterprise database in PowerBuilder through Open Client, DS_Alias is one of several parameters that you can set to enable network-based directory services in your application. (For other directory services parameters, see the See Also section.) Some directory service providers and drivers support the creation…

GetConnectionOption – PB Docs 125

GetConnectionOption database parameter Description Specifies how EAServer should behave if all connections in a cache are being used. This parameter applies only when a PowerBuilder custom class user object is deployed as an EAServer component. Controls JDB JDBC ODBC O90 Oracle9i O10 Oracle 10g ORA Oracle 11g SYJ Sybase Adaptive Server Enterprise Syntax

Parameter…

HANotification – PB Docs 125

HANotification database parameter Description Specifies whether a High Availability (HA) client connected to an RAC database will be notified if the database server shuts down. Controls O10 Oracle 10g Syntax

Parameter Description value A value specifying whether the client will be notified if the database server shuts down. Values are: No (Default) Do not…

AppDriverName – PB Docs 125

AppDriverName database parameter Description Allows you to set your own client driver name for the Oracle database connection. Controls ORA Oracle 11g Syntax

Parameter Description value Specifies the name of the driver to use for an Oracle database connection. Default None. Usage The maximum length of the name is 8 characters. You can display…

HighSeverityError – PB Docs 125

HighSeverityError database parameter Description Determines whether the first error or the highest severity error is reported when more than one error is raised during the connection or attempted connection to the database Controls SNC SQL Native Client for Microsoft SQL Server Syntax

Parameter Description value Specifies the error to be reported when multiple errors…

FoDialog – PB Docs 125

FoDialog database parameter Description Specifies whether PowerBuilder displays a runtime dialog box indicating when a failover occurs. When to specify FoDialog You must specify the FoDialog parameter before connecting to the database. Controls ASE, SYC Sybase Adaptive Server Enterprise O90 Oracle9i O10 Oracle 10g ORA Oracle 11g Syntax

Parameter Description value Specifies whether you…

FoRetryCount – PB Docs 125

FoRetryCount database parameter Description Specifies the number of times you want PowerBuilder to try to fail over to an another database server if the current database server goes down. When to specify FoRetryCount You must specify the FoRetryCount parameter before connecting to the database. Controls O90 Oracle9i O10 Oracle 10g ORA Oracle 11g Syntax

FormatArgsAsExp – PB Docs 125

FormatArgsAsExp database parameter Description Controls whether PowerBuilder converts a DataWindow object retrieval argument of decimal datatype to scientific (exponential) notation if the argument exceeds 12 digits but has fewer than 16 digits. If FormatArgsAsExp is set to Yes (the default), PowerBuilder performs this conversion. When to specify FormatArgsAsExp You must specify a value for FormatArgsAsExp…

GenerateEqualsNull – PB Docs 125

GenerateEqualsNull database parameter Description Specifies how DataWindows generates =null and <> null expressions in retrieval arguments. Controls All database interfaces Syntax

Parameter Description value Yes Does not change =null or <> null expressions. No Converts =null expression to IS NULL, <> null to IS NOT NULL. Default GenerateEqualsNull=’No’ Usage When to use When a…