From Other Absolute DB

<< Click to Display Table of Contents >>

Navigation:  Menus > Database > Import >

From Other Absolute DB

Previous pageReturn to chapter overviewNext page

Importing tables from another Absolute database

This works via a specialize dialog like this.

Import-from-Absolute

To enable import of tables with names already existing in the destination database, all imported tables via this dialog are prefixed with an underscore and suffixed with "_import" as for example "_SourceTable_import", that are readily renamed via SQL like:

ALTER TABLE TableName RENAME TO NewTableName;

__________________________
AbsoluteSQL Application Manual - 13 March 2023 - Copyright © 2011 - 2023 Niels Knabe