Is there a way to force an Access DB to close so I can erase the thing from my app? I have closed all ADOConnections, made all ADOTables and ADOQueries inactive, and closed all DataSets, however, the ldb file remains - I cannot erase the mdb file!
When creating a new DB, I use
ADOXCatalog1.Disconnect;
ADOXCatalog1.Create1(DataSource);
The error is triggered by this last statement since the DB already exists.
Many thaks for help on this one.
Hannes
When creating a new DB, I use
ADOXCatalog1.Disconnect;
ADOXCatalog1.Create1(DataSource);
The error is triggered by this last statement since the DB already exists.
Many thaks for help on this one.
Hannes