Skip to content Skip to sidebar Skip to footer

Qsqlquery Causing Odbc Function Sequence Error

I searched SO and Google but didn't find much help on this question. It seems due to ODBC functions being called out out of order. But since I am using QSql that wraps ODBC, it is

Solution 1:

I found this discussion on QtCenter that might help you, even if I am doubtful about why it fixed the issue You migth try to use the QSqlQuery constructor that does not exec as mentionned

http://www.qtcentre.org/threads/18832-ODBC-function-sequence-error

Post a Comment for "Qsqlquery Causing Odbc Function Sequence Error"