Re: [sqlite] Closing sqlite and deleting the .db file

2006-01-04 Thread Eduardo
At 22:01 04/01/2006, you wrote: I'm trying to close a database and then delete the .db file. I call sqlite3_finalize(...) and then sqlite3_close(...) but when I try to delete the .db file I get an exception. This is in Win32. Thanks, Steve Just wait a few minutes. Windows is updating the

[sqlite] Closing sqlite and deleting the .db file

2006-01-04 Thread Steven D. Leeke
I'm trying to close a database and then delete the .db file. I call sqlite3_finalize(...) and then sqlite3_close(...) but when I try to delete the .db file I get an exception. This is in Win32. Thanks, Steve