Kbase P10482: How to create a multi-volume database by applying .df file on empty database.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
GOAL:
How to create a multi-volume database by applying .df file on empty database.
FIX:
Create a text file with the structure of the database.
Save the file with an extension of .st
Create the database:
a) prostrct create dbname db.st
b) procopy emptydb dbname
c) Use the Data Dictionary to connect to the database and fill the dbase by Loading the .df and .d files.