Quote Originally Posted by ederbs View Post
QSqlCursor* cursor = new QSqlCursor( "TABLE1", "TABLE2", "TABLE3" );
There is no such constructor defined for QSqlCursor. What exactly are you trying to achieve?