IICMD - TCL extension for INGRES DBMS
Location: http://code.google.com/p/iicmd/
IICMD is an extension for comfortable work with Ingres DBMS from TCL programming language. Platforms available:
Available for Linux as a shared object and for windows as a Dll
What for:
IICMD version 1.2: provides commands for connect to any Ingres database, execute any Ingres SQL, fetch data into TCL list and disconnect from database.
Usage (from TCL):
returns a string which contains unique database connection identifier in Ingres.
Usage (from TCL):
if executed only with "SQL text" without additional option, returns a 2-dimensioned Tcl list containing a result of SQL select statement, or nothing if SQL statement was not a select.
If statement was a correct select, result list will contain at least 4 elements at following order:
if command executed with additional option, then result contains what was specified in this option.
Additional options:
Usage (from TCL):
Returns nothing; disconnect from specified connection name; If no connection exists, generates an error.
Usage (from TCL):
experimental, not fully tested;
Returns result of select statement as a list in "array set" format; it is very useful with TkTable and works very fast, but may be any errors yet;