Database Update Wizard

How to Transfer Non-Data Dictionary Data Between Projects

This procedure applies only to tables that are not included in the data dictionary; that is to say, your project tables and the "afm_" tables that are not afm_flds or afm_tables.

In this procedure, it is assumed that the schema definition for the tables to be copied is the same between the two projects.

Note: It is possible to copy data from one project to another where the schemas differ. However, the success of that transfer will depend on what the differences are and if the destination tables are capable of accepting the data. An example of a potential problem is if the primary key is shorter in the destination database than it is in the source database. In this case, data would be truncated to fit, potentially creating duplicate primary keys, which would not be inserted. An example in which you would not have a problem is if the destination database has more columns that the source database. Assuming the destination database allowed null values in those additional columns, the transfer would succeed. In summary, your data transfers will be much more reliable if the schemas are the same for the data you are transferring. If you need to take steps to make the tables consistent, see the topic How to Migrate Schema Changes from one Project to Another.

  1. If you don't already have one, create a project for each database. The Database Update Wizard will transfer the data out of one project to CSV files and then transfer the CSV files into the new project.
  2. Sign into the project from which you want to copy the data (Project A).
  3. Run the Database Update Wizard as follows:
  1. The Database Update Wizard will create a series of CSV files for the specified tables.
  2. Sign out of Project A.
  3. Sign into the project where you want to copy the data (Project B).
  4. Run the Database Update Wizard as follows:

Examples

See Also

How to Transfer Data In (Import)

How to Transfer Data Out (Export)

Database Update Wizard Overview

Database Update Wizard: Transfer Data Overview