home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Script name: SetDefaultPrefs.rexx
- * Author: Franz Hemmer
- * Purpose: Demonstrate how to set the default preferences for the current
- * environment in InterBase.
- * Related Program: InterBase Pro
- * Written: 25.03.93
- *
- */
-
- Options Results
-
- /*----------------------------------------------*/
- /* Address InterBase port, and execute command. */
- /*----------------------------------------------*/
- ADDRESS INTERBASE1 SET_DEFAULT_PREFS
-