Re: Delete an open .mdb file
It's fairly unusual to delete the entire Database. Are you sure that's what you want to do. I can understand wanting to DROP a Table (ie Remove it completely) and DELETE FROM a Table (removing all rows from a Table)
Re: Delete an open .mdb file
Before you can Kill this database you have to close the connection the .ldb means its being used.
Re: Delete an open .mdb file
That is a very odd request. You can not delete a file that is open and you can not open a database that does not exist.
You can delete the data from the table as mentioned by Doogle which will remove all the data from the table.