home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
579a.lha
/
sqldb_v1.0alpha2
/
doc
/
sqldb_arexxrefman.doc
next >
Wrap
Text File
|
1991-11-25
|
643b
|
32 lines
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.