Consultor Eletrônico



Kbase P5364: Dynamics: How to migrate an existing database to Dynamics.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/03/2003
Status: Unverified

GOAL:

Dynamics: How to migrate an existing database to Dynamics.

GOAL:

How to create the _obj key fields for an existing database.

FACT(s) (Environment):

Dynamics 1.1A

FIX:

1. Add _obj fields to the database structure, including foreign keys.
2. Create _obj fields for all parent tables (no dependencies) with getnextobj().
3. Read through each child table using getnextobj() to create its own key and then reading its parent table record and assigning its _obj field as the foreign key.
4. Delete any redundant keys.