home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Script name: CurrentTableFields.rexx
- * Author: Franz Hemmer
- * Purpose: Demonstrate how to get the number of fields for the current table.
- * Related Program: InterBase Pro
- * Written: 23.03.93
- *
- */
-
- Options Results
-
- /*----------------------------------------------*/
- /* Address InterBase port, and execute command. */
- /*----------------------------------------------*/
- ADDRESS INTERBASE1 CURRENT_TABLE_FIELDS
- SAY 'Number of fields in current table: ' result
-