Kbase P168949: How to create a new empty database structure from an existing structure file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/29/2010 |
|
Status: Unverified
GOAL:
How to create a new empty database structure from an existing structure file.
GOAL:
How to modify 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 file to match the new structure.
4) Run Prostrct Create dbname new.st. This creates a void database structure
5) Procopy the Empty database from $DLC into the empty structure.
Database is ready to be populated.