Home | Previous Page | Next Page   Data Migration Utilities > The dbschema Utility > DB-Access Input from dbschema Output >

Inserting a Table into a Database Example

The following example copies the CREATE TABLE statements for the customer table into the dbschema output file, tab.sql:

dbschema -d db -t customer > tab.sql

Remove the header information about dbschema from the output file, tab.sql, and then use DB–Access to re-create the table in another database, as follows:

dbaccess db1 tab.sql
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]