how to dump and load sequence value without access to Data Administration Menu

plant

New Member
Hi,

Is there any procedure we can use to dump and load database
sequence value without using Data Administration Menu?

Thanks.
 

plant

New Member
Sorry, _dmpseqs.p is not working for me. _dmpseqs generates a
source code and then run the source code to get the current values of sequence (using CURRENT-VALUE()).

This is not a solution to my problem.
Our client has a run-time version Progress license, it cannot compile and run unencripted code.

Anyway, thanks.
 
U

Unregistered

Guest
Hi,

I did the same thing before (still version 6). I took the source code and modified it, so the tablenames were hardcoded. After that I compiled the source. That worked fine.
There is no way you can dynamically dump and load tables.
 
Top