17.06.2016, 14:39
You must change '%d' to %d, I faced the same problem in past while using non-threaded queries
You should only put '' tags to strings, example '%s'
If this won't work check the mysql_log.txt file (if you enabled debugging messages) to see if you got any warnings/errors to your query
You should only put '' tags to strings, example '%s'
If this won't work check the mysql_log.txt file (if you enabled debugging messages) to see if you got any warnings/errors to your query