Miklos Szigetvari wrote:
Quote:
Hi
If someone can help to remember : about 2001 I have downloaded a DB2
REXX interface program ( DB2WWW ??? )
I'm searching for an installation instruction or link. |
DB2WWW was also known as Net.Data
It provided an HTTP CGI which interpreted a scripting
language, and produced HTML output.
The scripting language was not REXX, though
it had some similarities
The objective of the scripting language
was to make it easy to embed DB2 requests
(written in SQL) within an HTML page
IBM has withdrawn Net.Data .
To accomplish similar functionality
now, you may use Websphere
Application Server, and either:
-- Write JDBC code in Java; or
-- Write ColdFusion scripts, and use
Macromedia's ColdFusion MX add-in
for Websphere