Example: Exporting Data Area's Data to a Directory in Binary Format

To export all the data in the gen data area to a directory called DataOut, type the following at a command line:

dbexport -o c:\DataOut gen

The screen output will look like the following example:

Actor                                   2 records exported.
ActorAppInterfacePreference             0 records exported.
ActorContext                            0 records exported.
. . . 

In the c:\DataOut directory, you will find a set of files with the names listed by dbexport as it exported data. The file contents are in binary format, and may be loaded into a database using dbimport.