Gets and sets the condition that the database be compacted as a maintenace action. | |
Syntax: | Boolean =
object.CompactDatabase object.CompactDatabase = Boolean |
Description: | CimTable.CompactDatabase is a boolean value
specifing if the database should be compacted on the occurence of a
maintenance event. Please read the warning regarding compacting a
Microsoft Access Database contained in the help file for the
database logger. Examples myTable.CompactDatabase = TRUE |