Jump to content

Rexx/SQL: Difference between revisions

From EDM2
Created page with "A 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 direct..."
 
Ak120 (talk | contribs)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A [[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.
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. It has some built in error handling facilities.


There is also available an [[Object REXX]] wrapper for REXX/SQL called simply [[OREXX/SQL]]
There is also available an [[Object REXX]] wrapper for REXX/SQL called simply [[OREXX/SQL]]


==Version==
==Version==
* Last known version: REXX/SQL v2.6 Beta 3 (2012-11-29)
*1.3 - Support for mSQL
: 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.
*2.1 - Support for Solid Server and mSQL 2.0
* Last known OS/2 version: REXX/SQL v2.5 (2006-10-15)
*2.2
*2.4 (1999)
*2.5 (2006-10-15)
*2.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 DLLs and the dependencies yourself with a few exceptions.


==Links==
==Links==
* [http://rexxsql.sourceforge.net REXX/SQL Homepage]
* [http://rexxsql.sourceforge.net Rexx/SQL Homepage]
* [https://sourceforge.net/projects/rexxsql REXX/SQL project page] - on [[SourceForge]].
* [https://sourceforge.net/projects/rexxsql REXX/SQL project page]


==Licence==
==Licence==
* Open source software released under the [[LGPL v.2.1]].
*Open source software released under the [[LGPL v2.1]].
*Author: [[Mark Hessling]]


==Author==
[[Category:REXX Function Library]][[Category:SQL]][[Category:Open Source Software]][[Category:Software written in C]]
* [[Mark Hessling]]
 
[[Category:Tools]][[Category:REXX]][[Category:MS Windows Tools]][[Category:Databases]][[Category:SQL]][[Category:Generic Unix Tools]][[Category:Open Source Software]][[Category:Software written in C]]

Latest revision as of 18:58, 2 April 2025

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. It has some built in error handling facilities.

There is also available an Object REXX wrapper for REXX/SQL called simply OREXX/SQL

Version

  • 1.3 - Support for mSQL
  • 2.1 - Support for Solid Server and mSQL 2.0
  • 2.2
  • 2.4 (1999)
  • 2.5 (2006-10-15)
  • 2.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 DLLs and the dependencies yourself with a few exceptions.

Links

Licence