Compact a Database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I program automatic compalition of a database

Scenario:

I have copied my data file to a backup file from within the main file and
then want it to compact the saved file automatically, I know the name of the
file I just want to compile it after saving it what is the command for that


Thanks
 
DBEngine.compactDatabase(SrcName As String, DstName As String, [DstLocale],
[Options], [SrcLocale])
 
Back
Top