Rexx/ISAM: Difference between revisions
Appearance
Created page with "A REXX extension that allows access to ISAM files (old school database files), at this point only ISAM files created by program using the C/Database Toolchest library ..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
A REXX extension that allows access to [[ISAM]] files (old school database files), at this point only ISAM files created by program using the [[C/Database Toolchest]] library are supported and you will need to modify it if you plan to use other ISAM files. | A [[REXX]] extension that allows access to [[ISAM]] files (old school database files), at this point only ISAM files created by program using the [[C/Database Toolchest]] library are supported and you will need to modify it if you plan to use other ISAM files. | ||
==Version== | ==Version== |
Revision as of 05:52, 5 March 2016
A REXX extension that allows access to ISAM files (old school database files), at this point only ISAM files created by program using the C/Database Toolchest library are supported and you will need to modify it if you plan to use other ISAM files.
Version
- Last known version: REXX/ISAM v1.1 (2003)
- At this point the extension is only supplied in C source code form that you will need to compile and if you intend to change the source you may need access to the C/Database Toolchest library.
Links
Licence
- Open source software released under the LGPL v.2.1.