On Mar 12, 2009, at 4:54 PM, manohar s wrote: > Hi, > Is there any way to interrupt a query which is running? I am > executing a > VACUUM query which takes lot of time to complete. I want to stop this > execution forcefully whenever I want to stop. Is this possible?
The sqlite3_interrupt() API: http://www.sqlite.org/c3ref/interrupt.html Dan. > Regards, > Manohar > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users