Exporting Data from Your Database |
This help file applies to an out-of-date version of MainBoss.
The most recent version of MainBoss is MainBoss 4.2.4.
This help file does not exist in MainBoss 4.2.4, but the index for that version can be found here.
< Previous section | Table of Contents | Index | Next section >
The Export verb of MBUtility exports selected data from your database to an output file. For example, you might regularly wish to export data to another application for some reason; by making a command file that uses MBUtility, you could automate the export process, thereby simplifying the task (and also avoiding errors).
The command line for exporting is
mbutility Export option option ...
where the options are:
/si:"Storeroom Assignment"
If you specify /OrganizationName, you don't have to specify either /DataBaseServer or /DataBaseName. If you don't specify /OrganizationName, you must specify both /DataBaseServer and /DataBaseName.
For example,
mbutility ex /si:Unit /out:myunits /on:MyMainBoss +es
exports data about units to a file named myunits. The output file will include an embedded data schema for unit records.
< Previous section | Table of Contents | Index | Next section >