수신자가 sqlite-users@sqlite.org 로부터 오는 메일의 수신을 거부하였습니다.
_________________________________________________
--- Begin Message ---
Hi all, 

Hopefully you can help, while running sqlite version 3.5.5 

Two seperate threads each attempt to run a vacuum command against the same db. 
Each thread has an independent connnection to the db. 

One thread succeeds and the other gets a return code of 1 (SQLITE_ERROR) from 
sqlite3_step. 

The sqlite3_error msg generated is "SQL logic error or missing database". The 
Vacuum command is executed using the sqlite3_prepare_v2 interface. 

This only seems to occur when the database is actually vacuumed by the first 
thread. The second thread then gets this error.

Thanks for any help.
Ken



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

--- End Message ---
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to