home *** CD-ROM | disk | FTP | other *** search
-
- ARexx
- -----
-
- The ARexx port created is called 'SQLserver'.
-
- The Arexx variable result will contain a valid value only when a row
- of query results has been FETCHed with ExecSQL.
-
- The ARexx variable sqlca.sqlcode will be non-zero if an error has
- occured in the processing of an SQL statement. The error message will
- be placed in the ARexx variable sqlca.sqlerrmsg.
-
-
- ARexx commands
-
- ExecSQL
-
- FORMAT: 'ExecSQL' 'SQL-Command-string;'
-
- DESCRIPTION:
- ExecSQL will send the given command to the interpreter to be executed.
-
-
- ShutdownSQL
-
- FORMAT: 'ShutdownSQL'
-
- DESCRIPTION:
- Shutdown will tell SQLdb to close the ARexx port and quit.
-
-