Compress Database

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

Guest

Hello dear,

i have an access database that i want to compress using a batch file. is
this possible, and what command does i need to use??

the database is in the path: d:\Imp_data\data.mdb
 
=?Utf-8?B?cmUgZGF0YWJhc2Ugc3RydWN0dXJl?=
Hello dear,

i have an access database that i want to compress using a batch file.
is this possible, and what command does i need to use??

the database is in the path: d:\Imp_data\data.mdb

Check out the help files for the details of "Start Up Switches" or
"Command Line Options", but roughly it's along the lines of:



"c:\program files\office10\office\msaccess.exe" d:\imp_data\data.mdb
/compact d:\imp_data\data-compacted.mdb


all on one line, obviously!

Hope that helps


Tim F
 
Thank you very much this is a good solution for me..
And it works fine..

Kind Regards,

Robert
 
Back
Top