DataWindow Web control for ActiveX
The following file must be deployed to your Web server if
you are using the DataWindow Web control for ActiveX:
| Name | Required for |
|---|---|
| PSDWC80.CAB | CAB file containing an Open Software Distribution information file, DLLs for the Web ActiveX and the Transaction control, and Java class files for the JDBC driver |
To make the Web ActiveX and the Transaction control available
to the client browser, code the CODEBASE attribute in the Object
element in the deployed HTML page.
About the CODEBASE attribute
The CODEBASE attribute identifies the location of a CAB or
OCX file so that a browser can download it, unpack it if it is a
CAB file, and register it on the user’s computer. A typical
value for CODEBASE uses a relative URL to identify the location
of the CAB or OCX file followed by a # sign and a four-part
version number separated by commas. The version number is the same
as the version number of PowerBuilder. For example:
|
1 |
CODEBASE="cabs/psdwc80.cab#8,0,0,5031" |
For more information see “Deploying the DataWindow Web control”
in the PowerBuilder online Help or the DataWindow Programmer’s
Guide
.