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 >
Text File  |  1991-11-25  |  643b  |  32 lines

  1.  
  2. ARexx
  3. -----
  4.  
  5.     The ARexx port created is called 'SQLserver'.
  6.  
  7.     The Arexx variable result will contain a valid value only when a row
  8.     of query results has been FETCHed with ExecSQL.
  9.  
  10.     The ARexx variable sqlca.sqlcode will be non-zero if an error has
  11.     occured in the processing of an SQL statement.  The error message will
  12.     be placed in the ARexx variable sqlca.sqlerrmsg.
  13.  
  14.  
  15.     ARexx commands
  16.  
  17.     ExecSQL
  18.  
  19.     FORMAT: 'ExecSQL' 'SQL-Command-string;'
  20.  
  21.     DESCRIPTION:
  22.     ExecSQL will send the given command to the interpreter to be executed.
  23.  
  24.  
  25.     ShutdownSQL
  26.  
  27.     FORMAT: 'ShutdownSQL'
  28.  
  29.     DESCRIPTION:
  30.     Shutdown will tell SQLdb to close the ARexx port and quit.
  31.  
  32.