Import Method

[This is preliminary documentation and subject to change.]

This is the Import method of the MsiDatabase object. This method imports a database table from a text archive file, dropping any existing table.

Syntax

object.Import(path, file)

Parts

object
MsiDatabase object.
path
Required folder where the text file is present.
file
Required name of the file to be imported. This does not include the folder, as that must be set in the path object. The table name is specified within the file.

See Also

MsiDatabaseImport