Page 1 of 1

how to cancel query execution

Posted: 31.12.2008, 00:37
by matkamit
i bulid app use zeos and sqlite, how to cancel query execution?? i want to cancel if i click a button in my form.

thanks

Posted: 31.12.2008, 11:27
by mdaems
I don't think this is possible.

Mark

Posted: 28.01.2009, 16:17
by aducom
It is possible but not out-of-the-box within Zeos. You need to use a wrapper for that as it is possible to define a callback while executing. See sqlite.org for details.

Albert