home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxsqlora.zip / README < prev    next >
Text File  |  1997-06-23  |  2KB  |  57 lines

  1.                             Rexx/SQL
  2.                            for Oracle
  3.                               OS/2
  4.  
  5.  
  6. This archive contains the executables for Rexx/SQL for Oracle under
  7. OS/2; both .exe and .dll's.
  8.  
  9. Rexx/SQL is distributed under the terms of the GNU General Public
  10. License. See the enclosed file COPYING for details.
  11.  
  12. A test script; tester.cmd is also provided.  It should thoroughly test
  13. all aspects of Rexx/SQL.  It can be run at the command prompt like any
  14. other .CMD file, or as the first parameter to REXXSQL.EXE. ie
  15. rexxsql tester.cmd. Run as a .CMD file, the REXXSQL.DLL is used.
  16.  
  17. For Rexx/SQL to function correctly, it requires an Oracle DLL;
  18. ORA7O32.DLL. There are various versions of this DLL, depending on
  19. the release of Oracle7 for OS/2 you have.
  20.  
  21. If you do not have the DLL with this exact name, there will be one with
  22. a similar name in the $ORACLE_HOME\DLL directory. Copy this file to ORA7O32.DLL
  23. (in the same directory) and Rexx/SQL should then work.
  24.  
  25. Some examples (that I know about)
  26.  
  27. Oracle 6.0       ORA732.DLL
  28. Oracle 7.0       ORA7O32.DLL
  29. Oracle 7.1       ORA_D71O.DLL
  30.  
  31. If you can't determine which is the correct DLL to copy, look inside
  32. the DLLs in the $ORACLE_HOME\DLL directory for a DLL that has the
  33. strings "OCAN" and "ORLON".
  34.  
  35. You may want to re-attach the Extended Attributes to the EXE and
  36. DLL files if they were lost during extraction from the archive.  Simply
  37. run the command 'joinea.cmd'
  38.  
  39. Source code for Rexx/SQL for OS/2 and other operating systems and
  40. source and executables for other database packages are available from
  41. http://www.lightlink.com/hessling/
  42.  
  43. Online HTML, documentation is available from
  44. http://www.lightlink.com/hessling/rexxsql.html
  45. or in other formats from
  46. http://www.lightlink.com/hessling/
  47.  
  48. If you find problems with or suggestions for this product, please contact me.
  49. ------------------------------------------------------------------------
  50.  Mark Hessling                       Email:       M.Hessling@qut.edu.au
  51.  40 Dalkeith Court                   Phone:              +617 3802 0800
  52.  Park Ridge South                    http://www.lightlink.com/hessling/
  53.  QLD 4125                            ****** Maintainer PDCurses *******
  54.  Australia                           ***** Author THE & Rexx/SQL ******
  55.                                      ********** Member RexxLA *********
  56. ------------------------------------------------------------------------
  57.