13.07.2016, 23:36
Quote:
Increase query length. Your query is getting cut off half way.
EDIT: Second problem. Set default values in mysql table and try to insert like these: [sql]INSERT INTO `Users` SET `UserName`='%s', `Password`='%s'[/sql] Dont forget to escape strings for safety. |
pawn Код:
[01:32:44] CMySQLHandler::Query(INSERT INTO `accounts` SET Name`='Keith_Lawrence', `Password`='123456') - An error has occured. (Error ID: 1064, You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '`='Keith_Lawrence', `Password`='123456'' at line 1)