home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / misc / sqldb.lzh / sqldb / doc / sqldb_arexxrefman.doc next >
Encoding:
Text File  |  1992-08-28  |  690 b   |  45 lines

  1.  
  2. ARexx
  3. -----
  4.  
  5.     The ARexx port created is called 'SQLserver'.
  6.  
  7.  
  8.     ARexx commands
  9.  
  10.     ExecSQL
  11.  
  12.     FORMAT: 'ExecSQL' 'SQL-Command-string;'
  13.  
  14.     DESCRIPTION:
  15.     ExecSQL will send the given command to the interpreter to be executed.
  16.     If the command is a FETCH from a cursor, the result variable will
  17.     contain the FETCHed row.
  18.  
  19.  
  20.     ShutdownSQL
  21.  
  22.     FORMAT: 'ShutdownSQL'
  23.  
  24.     DESCRIPTION:
  25.     Shutdown will tell SQLdb to close the ARexx port and quit.
  26.  
  27.  
  28.     GetLastCode
  29.  
  30.     FORMAT: 'GetLastCode'
  31.  
  32.     DESCRIPTION:
  33.     Will put the result code from the last command into the result
  34.     variable.
  35.  
  36.  
  37.     GetLastErrMsg
  38.  
  39.     FORMAT: 'GetLastErrMsg'
  40.  
  41.     DESCRIPTION:
  42.     Will put the error message from the last command into the result
  43.     variable.
  44.  
  45.