Consultor Eletrônico



Kbase P21375: How to create a Progress database using a .st and .df files?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/04/2007
Status: Verified

GOAL:

How to create a new database?

GOAL:

How to create a Progress database using a .st and .df files?

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x

FIX:

Run the following sequence of commands:

1. prostrct create <DataBaseName> <stFileName>.st
2. procopy empty <DataBaseName>
3. prowin32 <DataBaseName> -1 -p _admin

You will see the Data Administration window.

4. Select Admin - Load Data Definitions - Data Definitions(.df files)
5. Select the df files you want to load.
The database administration reference manuals contain more detailed information on the steps described above.