Rexx/SQL provides Rexx programmers with a consistent, simple, yet powerful interface to SQL databases. Multiple connections to different databases from different vendors can be made in the one Rexx program. Multiple statements can be open on each database connection at the one time.
Databases supported by Rexx/SQL include Oracle, DB2, MySQL, and SQLite. Rexx/SQL also supports access to ODBC datasources. This means that you can use Rexx/SQL to access databases such as SQL Server and Access, as well as other products such as Excel.
Add new comment