Kbase P9103: How to create a new empty database database structure from an existing database.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/01/2009 |
|
Status: Verified
GOAL:
How to create a new empty database database structure from an existing database.
GOAL:
How to use an existing .st file to create a new empty database structure.
FACT(s) (Environment):
UNIX
Windows
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
Follow these steps:
1) Run "prostrct list dbname." This creates an updated structure file.
2) Copy the resulting .st file to new directory.
3) Edit the directory paths to match the desired new location.
4) Run Prostrct Create dbname dbname.st. This creates an void database structure
5) Procopy the Empty database from $DLC into the empty structure.
Database is ready to be populated.