FoDelay

Description

Specifies the amount of time (in milliseconds) you want PowerBuilder to wait between attempts to fail over to another database server if the current database server goes down.

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

Applies to

Syntax

FoDelay='value' 

Parameter

Description

value

Specifies the amount of time in milliseconds you want PowerBuilder to wait between attempts to fail over to an another database server.

Default

FoDelay='10'

Usage

You can enter a failover delay 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 wait 20 milliseconds between attempts to fail over:

See also

SvrFailover