I have a few controls that are bound to a database file via a data
control. I'd like to be able to close the current database, delete it,
and then set the data control to another database name.
Only one problem, I can get the data control to release it's grid on the
database file. ("Can delete *.mdb - Permission Denied.) What do I have
to do to close the file out
completely (besides the following)?
db.close
rs.close
dbEngine.Idle dbFreeLocks