When I run sqlite3_interrupt, it doesn't close existing file handles, making further searches tricky. So I wrote code which clears all normal file handles (fopen in shell.c), but...
How do I close the database file too? It's not opened using fopen, but with CreateFileA (in winOpen in os_win.c) so I don't know what to call after calling sqlite3_interrupt. CloseHandle(global_h) just throws up an error. And I can't do further searches until the database file is free. Thanks in advance, Jeremy. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users