Properties for the Web DataWindow server component
There are two tables in this section: general properties and
database connection properties.
General properties
You can set properties of the Web DataWindow server component
in EAServer manager. To customize the component, you add as many
of the following properties as needed. Some of the properties can
also be changed at runtime via server component methods.
For boolean properties, values can be true or false,
or yes or no.
General property |
Description |
---|---|
com.sybase.datawindow.sourceFileName |
Specifies the PBL or See also the SetDWObject method. |
com.sybase.datawindow.dwObjectName |
The name of the DataWindow object in See also the SetDWObject method. |
com.sybase.datawindow.fixed |
Whether component properties can be modified
|
com.sybase.datawindow.serverServiceClasses |
A list of PowerBuilder user objects that For information on custom events, see the SetServerServiceClasses method. |
com.sybase.datawindow.serverSideState |
Specifies whether the server will attempt
|
com.sybase.datawindow.trace |
Whether calls to component methods are
|
com.sybase.datawindow.HTMLObjectName |
The name used for the Web DataWindow Set this property when there will be more than one Web DataWindow See also the SetHTMLObjectName method. |
com.sybase.datawindow.modifyString |
A string that will be used as an argument For information on syntax, see the Modify method. |
Database connection properties
To use database connection properties, you must add com.sybase.datawindow.trans.dbms.
This property must be set before other trans properties can be recognized.
When trans.dbms is set, unspecified connection
properties default to an empty string.
Database connection property |
Description |
---|---|
com.sybase.datawindow.trans.dbms |
A database vendor identifier, as displayed You must add trans.dbms to enable the rest of the database connection See also the SetTrans method. |
com.sybase.datawindow.trans.dbparm |
DBMS-specific connection parameters. See also the SetTrans method. |
com.sybase.datawindow.trans.lock |
The isolation level. See also the SetTrans method. |
com.sybase.datawindow.trans.logid |
The name or ID of the account the component See also the SetTrans method. |
com.sybase.datawindow.trans.logpass |
The password used to log onto the database See also the SetTrans method. |
com.sybase.datawindow.trans.database |
The name of the database to which the See also the SetTrans method. |
com.sybase.datawindow.trans.servername |
The name of the server on which the database See also the SetTrans method. |