You can extract a relational view as part of the schema in which it is defined or you can extract only the relational view itself.
User-defined tables are not extracted when the schema or relational view is extracted, because user-defined entities are dependent on user data (not schema meta data) and cannot be loaded into other JADE systems. Any user-defined tables must be:
Created by executing your own user code for all JADE systems, as required.
Re-created if a full schema load or relational view load is performed.
To extract a relational view only
In the Relational Views Browser, select the relational view that you want to extract.
Select the Extract command from the Relational menu. The Extract Dialog is then displayed.
In the Schema File Name and Forms File Name text boxes of the Extract Options sheet, specify the appropriate names and location of your .scm and .ddb
Change the default file path and names if required and then click the OK button. By default, your relational view is extracted as .scm and .ddb
s:\jade\test\bin
For details about extracting the relational view as part of the schema in which it is defined, see "Extracting Your Schema", in Chapter 10.