Quote Originally Posted by stampede View Post
What is "doSomething()" doing ?
let's say as follows,
Qt Code:
  1. void doSomething()
  2. {
  3. i++;
  4. }
To copy to clipboard, switch view to plain text mode 
so this mean that the "while" loop need too much time to execute itself. Now i notice that tableA has a field which store blob, once i don't select this field, then the speed become fast! Why and how to deal with blob with QSqlTableModel?
thanks!