Article ID: 104875
Article Last Modified on 1/8/2003
Sub Command1_Click ()
Const DB_ENCRYPT = 2
Const DB_LANG_GENERAL = ";LANGID=0x0809;CP=1252;COUNTRY=0"
'** Enter the following two lines as one, single line:
CompactDatabase "C:\VB\TESTING.MDB", "C:\VB\NEWTEST.MDB",
DB_LANG_GENERAL, DB_ENCRYPT
End Sub
Additional query words: 3.00
Keywords: KB104875