My .net app uses an MDB file as a database (JET 4.0). From this app I need to make a BACKUP of the current database. The backup is performed making a ZIP file with the Access file. My function is throwing an error because the Access file is in use (by my own app).
I tried to close the connection just before compressing the file but that is not working.
Any idea how to "release" the .mdb file?