home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Script name: CloseTableReq.rexx
- * Author: Franz Hemmer
- * Purpose: Demonstrate how to close the current table in InterBase.
- * Related Program: InterBase Pro
- * Written: 22.03.93
- *
- */
-
- Options Results
-
- /*----------------------------------------------*/
- /* Address InterBase port, and execute command. */
- /*----------------------------------------------*/
- ADDRESS INTERBASE1 CLOSE_TABLE_REQ
-