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 index of the file. It's done while system is idle, so if you run another app or some tasks are in background it may take longer.
HTH