breakexec with SQlite and MSAccess
Posted: Thu 07 Apr 2011 16:08
We are evaluatin UniDAC and we are tring to interrupt long running queries.
The main thread creates the connection and the secondary thread, this secondary thread creates the query and execute it, we then use a button in the main thread to call the BreakExec method of the query.
With MySQL the query is correctly interrupted.
Do someone has a working exemple with SQLite ?
The main thread creates the connection and the secondary thread, this secondary thread creates the query and execute it, we then use a button in the main thread to call the BreakExec method of the query.
With MySQL the query is correctly interrupted.
Do someone has a working exemple with SQLite ?