home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Database / INTERBASE2_0-2.DMS / in.adf / ARexx / FreeTextSearchReq.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1993-03-25  |  501 b   |  20 lines

  1. /*
  2.  *
  3.  * Script name:     FreeTextSearchReq.rexx
  4.  * Author:          Franz Hemmer
  5.  * Purpose:         Demonstrate how to put up the freetext search requester in InterBase.
  6.  * Related Program: InterBase Pro
  7.  * Written:         25.03.93
  8.  *
  9.  */
  10.  
  11. Options Results
  12.  
  13. /*----------------------------------------------*/
  14. /* Address InterBase port, and execute command. */
  15. /*----------------------------------------------*/
  16. ADDRESS INTERBASE1 FREETEXT_SEARCH_REQ
  17. IF rc > 0 THEN DO
  18.    SAY INTERBASE.LASTERROR
  19. END
  20.