To All
I have written a Compact and Repair Access database routine under program control however even though I have no active tables, recordsets, or connections open .. I can not seem to close the .Mdb Database and have Access remove the .Ldb. ( at this point I am the only user .. no other connections or network users present )
I do notice that when my program Quits, all resources, files and databases are closed and the Access .Ldb is removed.
Is there a way under program control to release all Connections to an Access database so I can close the .Ldb ?
Again, my program does not rely on any active connections but I pass the Ado connection string to open a recordset each time I wish to open a table.
I would be most grateful If anyone knows how I can truly CLOSE a database ( under program control ) and make the .Ldb go away so I can run my Compact and Repair routine?
Thanks
Rick Lipkin