News

Stored procedures that return values must be executed by using the PROC SQL SELECT statement with a CONNECTION TO component. The following example executes the stored procedure read_address, which has ...
alias specifies an alias, if one was defined in the CONNECT statement. (DBMS-SQL-query) specifies the query that you are sending to the DBMS. The query can use any DBMS-specific SQL statement or ...
Informix comes with a tool called dbaccess that lets you run arbitrary SQL strings.<BR><BR>There's also ServerStudio Java Edition that incorporates a SQL editor.<BR><BR>Finally, the IIUG FTP ...