Show the updated code. Arguments to "bindValue()" must exactly match the placeholder strings in "prepare()".Can you be so polite to tell me why i still can not bind the values? Do you have any great idea?
Show the updated code. Arguments to "bindValue()" must exactly match the placeholder strings in "prepare()".Can you be so polite to tell me why i still can not bind the values? Do you have any great idea?
Lol, change your if for this one and tell us the error:
Qt Code:
if (query.exec() == false) { qDebug () << query.lastError ().text (); }To copy to clipboard, switch view to plain text mode
Bookmarks