Anyone know why when opening a connection to a FoxPro DB using ADO it would be slow to close it. I can open the FoxPro DB and delete records from a table, close the connection, set it to Nothing, then create new connection, try to Pack and get error that table is in use. I can get it to work if I wait 60 secs between killing connection and executing the Pack query using a new connection.