Exporting Databases
Description
This example shows how to export a database.
Example
SET OUTPUT c:\temp\pt.dat;
SET LOG c:\temp\pt.log;
EXPORT *;
Description
This example shows how to export a database.
Example
SET OUTPUT c:\temp\pt.dat;
SET LOG c:\temp\pt.log;
EXPORT *;