Export Method

[This is preliminary documentation and subject to change.]

This is the Export method of the MsiDatabase object. This method copies the structure and data from a specified table to a text archive file.

Syntax

object.Export table, path, file

Parts

object
MsiDatabase object.
table
Required name of the database table; case-sensitive if using the MSI database.
path
Required MsiPath object set to the folder where the text file will be placed.
file
Required name of the file to be created. This does not include the folder, as that must be set in the path object.