Mysql problem
#1

Hi all. I have a problem. I have
PHP код:
stock SavePlayerData(playerid

    new 
sqlSaveString[2048]; 
    
mysql_format(handlesqlSaveString2048"UPDATE (`Inviter`, `Name`, `Password`, `Sex`, `Skin`) SET ('%s', '%s', '%s', %d, %d)"PI[playerid][pInviter], GetName(playerid), PI[playerid][pPassword], PI[playerid][pSex], PI[playerid][pSkin]); 
    
mysql_tquery(handlesqlSaveString""""); 
    return 
1

and I have error
PHP код:
[09:57:51] [DEBUGmysql_format connection1len2048format"UPDATE (`Inviter`, `Name`, `Password`, `Sex`, `Skin`) SET ('%s', '%s', '%s', %d, %d)" 
[09:57:51] [DEBUGmysql_tquery connection1query"UPDATE (`Inviter`, `Name`, `Password`, `Sex`, `Skin`) SET ('', '"callback"(null)"format"(null)" 
[09:57:51] [DEBUGCMySQLQuery::Execute[] - starting query execution 
[09:57:51] [ERRORCMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '('', '', '', 0, 15)' at line 1 
[09:57:51] [DEBUGCMySQLQuery::Execute[] - error will be triggered in OnQueryError 
Reply


Messages In This Thread
Mysql problem - by Welaurs - 06.06.2016, 07:12
Re: Mysql problem - by dusk - 06.06.2016, 07:26

Forum Jump:


Users browsing this thread: 1 Guest(s)