Specifies whether PowerBuilder displays a runtime dialog box indicating when a failover occurs.
O84 Oracle 8.x and Oracle8i (8.1.5 and higher database connections only)
O90 Oracle9i
O10 Oracle 10g
SYC
FoDialog='value'
Parameter |
Description |
---|---|
value |
Specifies whether you want PowerBuilder to display a runtime dialog box indicating when a failover occurs. Values are:
|
FoDialog = 'No'
You can display a runtime dialog box only if you have enabled failover. The dialog box does not display in EAServer or COM+.
This parameter cannot be set dynamically. The value set when the connection is made remains in effect until it is disconnected.
To tell PowerBuilder to display a runtime dialog box when a failover occurs:
Database profile Select the Display Runtime Dialog When Failing Over check box on the Network tab in the Database Profile Setup dialog box.
Application Type the following in code:
SQLCA.DBParm = "FoDialog = 'Yes'"