home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Script name: NewEnvironment.rexx
- * Author: Franz Hemmer
- * Purpose: Demonstrate how to erase all work and start a new environment in InterBase.
- * Related Program: InterBase Pro
- * Written: 24.03.93
- *
- */
-
- Options Results
-
- /*----------------------------------------------*/
- /* Address InterBase port, and execute command. */
- /*----------------------------------------------*/
- ADDRESS INTERBASE1 NEW_ENVIRONMENT
-