RexxBase: Difference between revisions
Appearance
Created page with "'''RexxBase''' is a freeware DLL with a REXX interface allows you to access dBase III and IV files, it supports for DBF, DBT, NDX and MDX files and comes with an executabl..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''RexxBase''' is a freeware DLL with a [[REXX]] interface allows you to access dBase III and IV files, it supports for DBF, DBT, NDX and MDX files and comes with an executable program that provides simple front-end to database development. | '''RexxBase''' is a freeware DLL with a [[REXX]] interface allows you to access [[dBase]] III and IV files, it supports for DBF, DBT, NDX and MDX files and comes with an executable program that provides simple front-end to database development. | ||
RexxBase generates dBase field names and values that are available directly to a Rexx program. The Rexx program can change this data and update dBase files directly. | RexxBase generates dBase field names and values that are available directly to a Rexx program. The Rexx program can change this data and update dBase files directly. Also database file control information is available to Rexx procedures. This information includes such data as last date the database was updated, number of records on file, field names, etc. | ||
==Version== | ==Version== | ||
Line 7: | Line 7: | ||
==Links== | ==Links== | ||
* [http://www.americancoders.com/RexxBase.html RexxBase on the American Coders | * [http://www.americancoders.com/RexxBase.html RexxBase] on the American Coders website | ||
==Licence and availability== | ==Licence and availability== | ||
Discontinued shareware | Discontinued shareware, now available as unsupported freeware. | ||
==Author & publisher== | ==Author & publisher== | ||
* [[American Coders]] | *[[American Coders]] | ||
* | *Joe McVerry | ||
[[Category: | [[Category:REXX Function Library]][[Category:Databases]][[Category:xBase]] | ||
[[Category: | |||
[[Category: |
Revision as of 15:30, 24 January 2017
RexxBase is a freeware DLL with a REXX interface allows you to access dBase III and IV files, it supports for DBF, DBT, NDX and MDX files and comes with an executable program that provides simple front-end to database development.
RexxBase generates dBase field names and values that are available directly to a Rexx program. The Rexx program can change this data and update dBase files directly. Also database file control information is available to Rexx procedures. This information includes such data as last date the database was updated, number of records on file, field names, etc.
Version
- Last known version: RexxBase 2.23
Links
- RexxBase on the American Coders website
Licence and availability
Discontinued shareware, now available as unsupported freeware.
Author & publisher
- American Coders
- Joe McVerry