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
|
1 |
FoDialog='<span>value</span>' |
|
Parameter |
Description |
|---|---|
|
value |
Specifies whether you want PowerBuilder to
|
Default
FoDialog=’No’
Usage
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.
Examples
To tell the DataWindow server to display a runtime dialog box
when a failover occurs:
-
Database
profileSelect the Display Runtime Dialog When Failing Over check
box on the Network page in the Database Profile Setup dialog box. -
Application
Type the following in code:
1SQLCA.DbParameter="FoDialog='Yes'"