If I have a time consuming query (i.e. few minutes) how can I abort it's execution?
I want to start new QThread in which I will call QSqlQuery::exec() and I have to have the ability to restart query (stop current one, change query string and start over).
Bookmarks