in reply to Re: Compressing an Access database
in thread Compressing an Access database

There is a problem here... since this is a hosted server, I have no idea of the full path of the mdb (c:\\temp\\junk.mdb, in your example)... but I do know the DSN name... is there anyway to do this compression with this constraint? Regards, Rajesh

Replies are listed 'Best First'.
Re^3: Compressing an Access database
by k_rajesh (Sexton) on Sep 30, 2005 at 23:05 UTC
    Actually ignore my question! It was pretty stupid actually... I used Cwd to figure out the fullpath :-)...now all I have to do is check whether the code works and come back here to thank you...