On Mon, Apr 7, 2014 at 2:47 PM, E. Timothy Uy <t...@loqu8.com> wrote:

> Hi, I am considering using sqlite3_interrupt to interrupt a long query -
> but the documentation states that the order will stand until the activate
> statement count is zero. How do I know that the activate statement count is
> zero?
>

You could use http://www.sqlite.org/c3ref/stmt_busy.html

Why do you think you need to know that?  What does your application do
differently if the active statement count is zero versus if it is not?




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

Reply via email to