Jump to content

RexxBase: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
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. Also database file control information is available to the Rexx program. This information includes such data as last date the database was updated, number of records on file, field names, etc.              
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 hompage]
* [http://www.americancoders.com/RexxBase.html RexxBase] on the American Coders website


==Licence and availability==
==Licence and availability==
Discontinued shareware, original registration price was US$95.00., now available as unsupported freeware.
Discontinued shareware, now available as unsupported freeware.


==Author & publisher==
==Author & publisher==
* [[American Coders]]
*[[American Coders]]
* [[Joe McVerry]]
*Joe McVerry


[[Category:xBase]]
[[Category:REXX Function Library]][[Category:Databases]][[Category:xBase]]
[[Category:REXX]]
[[Category:Databases]]

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

Licence and availability

Discontinued shareware, now available as unsupported freeware.

Author & publisher