[Qt-interest] QSqlQuery::bindValue() not working...
Hong Jiang
kmldqj at gmail.com
Fri Nov 20 06:27:52 CET 2009
Hi,
I cannot seem to get QSqlQuery::bindValue() to work. To figure out
what's wrong, I wrote a small test. The snippet is at:
http://gist.github.com/239305
The output of the test is:
"INSERT INTO testtable (title, url) VALUES (?, ?);"
The two bindValue() calls didn't seem to do anything.
Could anyone give me some pointers? Thanks!
--Hong
More information about the Qt-interest-old
mailing list