home *** CD-ROM | disk | FTP | other *** search
-
- ARexx
- -----
-
- The ARexx port created is called 'SQLserver'.
-
-
- ARexx commands
-
- ExecSQL
-
- FORMAT: 'ExecSQL' 'SQL-Command-string;'
-
- DESCRIPTION:
- ExecSQL will send the given command to the interpreter to be executed.
- If the command is a FETCH from a cursor, the result variable will
- contain the FETCHed row.
-
-
- ShutdownSQL
-
- FORMAT: 'ShutdownSQL'
-
- DESCRIPTION:
- Shutdown will tell SQLdb to close the ARexx port and quit.
-
-
- GetLastCode
-
- FORMAT: 'GetLastCode'
-
- DESCRIPTION:
- Will put the result code from the last command into the result
- variable.
-
-
- GetLastErrMsg
-
- FORMAT: 'GetLastErrMsg'
-
- DESCRIPTION:
- Will put the error message from the last command into the result
- variable.
-
-