Thanks first!
I have tried using QSqlQuery as follows, but it was still very slow (need 5s to traverse about 3000 rows ), so why? Any ideas or suggestions?
Qt Code:
while (query.next()) { doSomething(); }To copy to clipboard, switch view to plain text mode





Reply With Quote


Bookmarks