Rexx/SQL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
====Publications==== | ====Publications==== | ||
* [[Haluk Polat]]: ''[https://web.archive.org/web/20070729064353/http://www.halukpolat.com/tr/kitaplar/rexxsql/rexxsql.pdf Rexx/SQL Kütüphanesi]'' - [[PDF]] file via [[Archive.org]] - 2007 - 978–975–00742–3–3 | * [[Haluk Polat]]: ''[https://web.archive.org/web/20070729064353/http://www.halukpolat.com/tr/kitaplar/rexxsql/rexxsql.pdf Rexx/SQL Kütüphanesi]'' - [[PDF]] file via [[Archive.org]] - 2007 - ISBN 978–975–00742–3–3 | ||
: A Turkish user manual on how to use [[REXX/SQL]]. | : A Turkish user manual on how to use [[REXX/SQL]]. | ||
Revision as of 07:30, 6 July 2016
A multi-platform REXX extension that allows you to write scripts that talk to multiple variations of SQL databases without having to change your scripts. As it stands REXX/SQL directly supports Oracle Database, DB2, MySQL, and SQLite but in addition you can talk to any other local or remote SQL database that has an ODBC driver. The program also manages database connections and queries for the programmer has some built in error handling facilities.
There is also available an Object REXX wrapper for REXX/SQL called simply OREXX/SQL
Version
- Last known version: REXX/SQL v2.6 Beta 3 (2012-11-29)
- Note that this version has built in support for OS/2 in the source code, however you will have to build the dll's and the dependencies yourself with a few exceptions.
- Last known OS/2 version: REXX/SQL v2.5 (2006-10-15)
Links and publications
Publications
- Haluk Polat: Rexx/SQL Kütüphanesi - PDF file via Archive.org - 2007 - ISBN 978–975–00742–3–3
- A Turkish user manual on how to use REXX/SQL.
Licence
- Open source software released under the LGPL v2.1.