Progress
Developer’s Toolkit
Using Your Dump/Reload Facility
To dump and reload a database, the user:
Before you supply the
filedump.p,
fileload.p,
and subdirectories of dump and reload procedures to a user, you must understand the following points:
- The
filedump.p
andfileload.p
procedures were written to run from an interactive Progress procedure. If you plan to have users run these procedures from the operating system command level, you must supply an output destination by adding OUTPUT TO filename at the top of each procedure. Comments in thedumpdb
andreloaddb
files explain these modifications.- If you modify the procedures, remember to recompile.
- If the database to be loaded does not have the same name as the database that the MKDUMP was run against, then you must recompile the
fileload.p
procedure against the database with the proper name.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |