Kbase P103506: How to load in sequence current values from within your application
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/31/2005 |
|
Status: Verified
GOAL:
How to load in sequence current values from within your application
GOAL:
Can the current value of sequences be loaded in without using the load Utilities in the Data Dictionary or Data Admin Tool?
FIX:
To load in the current values of sequences from outside the Data Admin or Data Dictionary tool, run prodict/load_seq.p. This procedure takes 2 INPUT parameters: The file name of the dumped current values of the sequences and the directory where the .d is. The format for the parameters is as follows:
File name: <.d file name>
Directory: <directory name where .d resides>
Syntax Example:
RUN prodict/load_seq.p (INPUT ?_seq-val.d?,
INPUT ?c:/data/?).