Description from the author:
"REXX/SQL provides a simple interface for REXX programs to access SQL databases through a number of external functions. REXX/SQL is intended to provide a consistant interface to all SQL databases."
The source code for each database interface code is available in separate archive files.
The general format of the archive files is:
rxsql##_???_os2.ext
where: ??? is the TLA for the database port, ## is the version number and ext is the archive file type.
Eg. the REXX/SQL Oracle port for Version 2.3 in compressed zip file format
is: rxsql23_ora_os2.zip.
The archives are named
Documentation, in Postscript and HTML is available in rxsqldoc##.ext and sample programs are in rxsqlsam##.ext.
The documentation is intended as both a user's guide and a reference guide for implementors of REXX/SQL on other database and operating system platforms.
(see also ORexx/SQL Object Framework)