Drop Table with FoxPro and "File is use " error message
843854Jul 16 2003 — edited Jul 30 2003Hello,
I'm developing a program which connects to an existing database that has been made with Visual FoxPro.
Everything is ok, but when I try to do a DROP TABLE of a table that I have just accessed before with a SELECT statement, I get an SQLException :
java.sql.SQLException: [Microsoft][ODBC Visual FoxPro Driver]File is in use.
I have, of course, made a close() after the SELECT.
No other programs/table is using this table.
Does anybody have an idea ?
Thanks for any answer.