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

Reply via email to