Mohd Radzi Ibrahim wrote:
How do  I cancel a long running query? In OLEDB I can call pICommand->Cancel() 
from a different thread to kill the running query. How can I do the same in SQLite?


Radzi,

See http://www.sqlite.org/capi3ref.html#sqlite3_interrupt for information on sqlite3_interrupt API function.

HTH
Dennis Cote

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to