15 October 2006
A: Most databases have the capability for columns in a SELECT statement to be given an alias.
Suppose you try to call SQLCOMMAND as:
Call SQLCommand 'q1', 'SELECT count(*) FROM MYTABLE' |
Call SQLCommand 'q1', 'SELECT count(*) AS mycount FROM MYTABLE' |
A: If you are accessing a database from a single vendor, such as Oracle, then you would usually use the external functions
that start with SQL, rather than the external functions that start with ORA.
See
5. Implementation Notes for more information.
REXXSQL.DLL/librexxsql.so contains the external functions that start with SQL. REXXORA.DLL/librexxora.so contains the external
functions that start with ORA.
A: Yes, the Windows ODBC port (rxsqlxx_odbc_w32.zip) supports SQL Server and Access. You can even manipulate Excel spreadsheets with Rexx/SQL.