Hi,
is there any way how to remove A2007 (MDB) project from Team Foundation using VB6 or VBA? CompactDatabase method doesn't seem to help.
I need to remove back-end MDBs before deploying the whole project. In other words, the MDBs themselves should remain in TF but I'd like to remove their copies that should be deployed (distribution set). I wrote a simple function for compacting MDBs but it doesn't do the trick. When I compact an MDB in Access 2007 I'm always asked whether I want to remove it from source control.
Thank you very much in advance.