![]() |
|
Author: Klaus Kirchner
Upon completion of these instructions, you will have a Web page that uses a WebDW with support for data navigation and database updates. You will run the page in an ASP environment. The instructions are provided in the following sections: Section A -Common Configuration Steps
For using the WebDW in pure ASP ie. Without connecting to the HTML Datawindow component on EAServer see Document Using the Web DataWindow in ASP or MTS Before You Begin Make sure ASP support is integrated into the IIS environment you will be using. Document Outline 1. Introduction
2.Section A-Common Configuration Steps This section contains the common configuration instructions
for the WebDW component. You
Common configuration steps include the following:
Follow the document Using
the Web DataWindow in ASP or MTS - Section A
You might create the page using PowerBuilder and deploy it
to ASP. Create a basic html page containing the HTML Datawindow which you'll
later deploy with the deployment option "Deploy .." using ASP Deploymentcontroller.
For further Information see PB documentation.
A tested sample script asp_test.asp
and the object model script objmod.js can
be downloaded from the sample.zip attachment.
Describes how to setup the EAServer client software and
create the proxy entries for accessing the HtmlDatawindow component on
EAServer via ASP.
Client Software: To access EAServer, ASP requires EAServer
client software for ActiveX. If ASP is on the same machine as EAServer, the
client software is already available.
To install the client software:
Proxy files:
Jaguar Manager must be running on Windows NT to build
the TLB/REG files.
In the dialog specify a path where you want to place the
DataWindo.tlb and DataWindow.reg files and the proxy library path. This
is where the jagproxy.dll resides. Eg. C:\Program Files\Sybase\Jaguar CTS
3.5\client\dll
Press the Generate button. This will create the DataWindow
typelibrary and registration files in the directory specified above.
uuidgen.exe, which is provided with Jaguar on NT, must
be installed on the
midl.exe must be installed on your client machine and
specified in the path.
The registration file DataWindow.reg can be doubleclicked
to enter the interface information into the registry after the generation
has finished successfully.
Now you are ready to move on to Section B : B-Run the
WebDW hosted by EAServer in ASP
3. Section B-Run the WebDW in
ASP
Open either a Netscape or Microsoft Internet Explorer
browser and open the following URL to serve up the page from the IIS mapping:
(Dependant on the previosely used mapping) Eg. http://localhost/mytest/asp_test.asp
|
|||||||||||||