Consultor Eletrônico



Kbase P19137: Add AREA info to .df file to have a Progress 8 tables loaded in a specific area in Progress 9 struct
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

What do I need to add to my Progress 8 data definition (.df) file to have tables placed into specific areas when loading into Progress 9 database that has areas?

GOAL:

How do I tell the database manager, where I want my old Progress 8 tables created in a Progress 9 database structure/storage area?

FIX:

Edit the .df file to include a line called AREA "areaname" for each table you are loading into the Progress 9 database. The AREA line should follow the CREATE TABLE statement.

Example:

ADD TABLE "Customer"
AREA "CustomerData"
DESCRIPTION "Customer information"

By specifying AREA in the .df, you are explicitly stating where you would like the customer table created in the database.