FoRetryCount

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.

NoteWhen to specify FoRetryCount You must specify the FoRetryCount parameter before connecting to the database.

Applies to

Syntax

FoRetryCount='value' 

Parameter

Description

value

Specifies the number of times you want PowerBuilder to try to fail over.

Default

FoRetryCount='10'

Usage

You can enter a failover retry value only if you have enabled failover.

This parameter cannot be set dynamically. The value set when the connection is made remains in effect until it is disconnected.

Examples

Example 1

To tell PowerBuilder to try 20 times to fail over:

See also

SvrFailover