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

  1. /*
  2.  *
  3.  * Script name:     CurrentTableCurRecord.rexx
  4.  * Author:          Franz Hemmer
  5.  * Purpose:         Demonstrate how to get the number of the current record in the
  6.  *                  current table.
  7.  * Related Program: InterBase Pro
  8.  * Written:         23.03.93
  9.  *
  10.  */
  11.  
  12. Options Results
  13.  
  14. /*----------------------------------------------*/
  15. /* Address InterBase port, and execute command. */
  16. /*----------------------------------------------*/
  17. ADDRESS INTERBASE1 CURRENT_TABLE_CURRECORD
  18. SAY 'Number of current record in current table: 'result
  19.