how to cancel query execution

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
matkamit
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 30.12.2008, 23:55

how to cancel query execution

Post 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
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

I don't think this is possible.

Mark
Image
aducom
Zeos Dev Team
Zeos Dev Team
Posts: 67
Joined: 30.08.2005, 13:21

Post 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
Post Reply