G
Guest
I try to use a DBEngine.compactdatabase:
'close DB to compact - (is not a current DB)
DBExt.Close
Const confilePath = "C:\CTRC\"
' Compact the database to a temp file.
DBEngine.CompactDatabase confilePath & "ABC.mdb", confilePath &
"ABCTEMP.mdb"
But I receved a error msg "Invalid argument"
Where is my mistake?
thank you
'close DB to compact - (is not a current DB)
DBExt.Close
Const confilePath = "C:\CTRC\"
' Compact the database to a temp file.
DBEngine.CompactDatabase confilePath & "ABC.mdb", confilePath &
"ABCTEMP.mdb"
But I receved a error msg "Invalid argument"
Where is my mistake?
thank you