home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxsqsm13.zip / README < prev   
Text File  |  1996-03-09  |  1KB  |  42 lines

  1.                             REXX/SQL
  2.  
  3.                  A REXX interface to SQL databases
  4.  
  5.  
  6. General:
  7. -------
  8. REXX/SQL provides a simple interface for REXX programs to access SQL databases
  9. through a number of external functions. REXX/SQL is intended to provide a 
  10. consistant interface to all SQL databases.
  11.  
  12. REXX/SQL is distributed under the GNU General Public License. See the file 
  13. COPYING for more details.  The "home" anon ftp site for REXX/SQL is:
  14. ftp.qut.edu.au/src/REXXSQL
  15.  
  16. This directory is mirrored on a daily basis in the US at:
  17. ftp.xylogics.com/pub/misc/REXXSQL
  18.  
  19. The source code for each database interface code is in a separate archive 
  20. file. The general format of the archive files is:
  21.  
  22. rxsql???nn.ext
  23.  
  24. where:  ??? is the TLA for the database port, nn is the version number and
  25. ext is the archive file type. eg. the REXX/SQL Oracle port for Version 1.3
  26. in compressed tar file format is; rxsqlora13.tar.Z.
  27.  
  28. Documentation, in Postscript and HTML is available in rxsqldocnn.ext and
  29. sample programs are in rxsqlsamnn.ext.
  30.  
  31. The documentation is intended as both a user's guide and a reference
  32. guide for implementors of REXX/SQL on other database and operating system 
  33. platforms.
  34.  
  35. All text files are stored in Unix text file format. ie LF only.
  36.  
  37. Current Release:
  38. ---------------
  39. The current release of REXX/SQL is 1.3.  This version contains ports of
  40. REXX/SQL for Oracle (ora) and mSQL (min).
  41.  
  42.