Dumping hidden tables - 9.0B

davidmc

New Member
I have a client on 9.0B13 for which I am doing a platform migration. I am used to hitting F7 to show hidden tables then unselecting the VST before dumping the df etc.
This option doesnt seem to exist on this version of Progress.
Even if I hit ESC-O and type in the hidden table name (it does appear) the resulting df has no mention of it!!

Any ideas..

regards
Dave
 
if you do an mpro -db /dbdir/dbname -p dump_df.p ("ALL","<dir/filename to output>","") it should show hidden tables.

But if you are upgrading, especially to 10, the VSTs are drastically changed.
 
Back
Top