FrontBase Documentation |
Backtrack: Welcome! 5. SQL 92 5.4. FrontBase Extensions |
Updated:
20-Nov-2000
prev next Table of Contents |
WRITE ALL OUTPUT ('<directory-name>' [, 'YES' | 'NO']);
Will write the proper SQL 92 statements to recreate the entire database into a file called
schema.sql
that will be created in the specified directory. If'YES'
is specified as the second argument toOUTPUT
, all tables will be unloaded into flat files. Please note that'YES'
must be upper case.To rebuild an unloaded database you need to create a new database, connect (e.g. via the FBManager application) as
_SYSTEM
and execute theschema.sql
file.
If you have feedback or questions on this document, please send e-mail to doc-feedback@frontbase.com. Please reference the section number and topic. Thanks!!
©2000 FrontBase, Inc. All rights reserved.