Wrap Microsoft Access DLL and access its methods?
Does anyone know if there's I way that I can programatically compress a Microsoft Access database?
During use, Access databases grow in size, even when data has been deleted from tables, so you need to do a 'Compress'. This is fine from the Access GUI, but I need to do it from my Java app.
I imagine there's a MS DLL which talks to Access which I could wrap, but how do I access it's methods?
Regards
wegie

