How to compress mdb file after rows removing?

If I remove some rows mdb file size will not change;
There is compress command in MS Access.
How I can make this operation from my program?
Thanks,
Alex.
[174 byte] By [Alex Rest] at [2007-11-19 16:27:54]
# 1 Re: How to compress mdb file after rows removing?
I think this is what you are looking for:
http://www.codeproject.com/cs/database/mdbcompact_latebind.asp
jhammer at 2007-11-10 3:30:38 >