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 ?