mysql problem
#7

Ok changed all "mysql" variable with "mConnectionHandle", got a problem here:

pawn Код:
mysql_format(mConnectionHandle, query, sizeof(query), "INSERT INTO playerdata (user, password, Scores, Cash, Admin, Deaths, Nopm, Muted, Vip, Warn, RegisterDate, Jailed, AdminActions, Cookies, Rank, VipTime, Class, PrototypesStolen, KillAsUsaTeam, KillAsGermanyTeam, KillAsItalyTeam, KillAsJapanTeam, KillAsMercTeam, KillAsMexicoTeam, IP, DaysAlive) VALUES('%s', '%s', 0, 0, 0, 0, 0, 0, 0, 0, '%s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '%s', '0')", pname, PlayerInfo[Password], InsertTimeStamp(), IP);
            mysql_tquery(mConnectionHandle, query, "", "");
Input line too long. Any tip to how run this long query?

After i fix this, i'll try the register/login.
Reply


Messages In This Thread
mysql problem - by Face9000 - 26.01.2014, 09:49
Re: mysql problem - by Misiur - 26.01.2014, 10:00
Re: mysql problem - by Face9000 - 26.01.2014, 10:01
Re: mysql problem - by Misiur - 26.01.2014, 10:16
Re: mysql problem - by Face9000 - 26.01.2014, 10:17
Re: mysql problem - by Misiur - 26.01.2014, 10:24
Re: mysql problem - by Face9000 - 26.01.2014, 10:30
Re: mysql problem - by Misiur - 26.01.2014, 10:37
Re: mysql problem - by Face9000 - 26.01.2014, 10:49
Re: mysql problem - by Misiur - 26.01.2014, 10:57

Forum Jump:


Users browsing this thread: 2 Guest(s)