Quote Originally Posted by silentyears View Post
could i use QSqlTableModel to select in each thread?
Probably, but that would be an unnecessary overhead given that you do not need a model in the thread.
Just run QSqlQuery and notify the model of data as it comes in.

It is not very wide to split your problem over so many threads, because anyone not following it through all your threads will not have the overview and always concentrate on what your most current thread asks for instead of helping you solve the problem.

Do you expect all readers of your threads to click on your name and research which postings you might have already made on the topic?

Cheers,
_