Compress Database

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
 
T

Tim Ferguson

=?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
 
G

Guest

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

Kind Regards,

Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top