Invalid MySQL Syntax
#2

At the end of your query:

pawn Код:
`Callsign`=%s, WHERE `Username` = %s",
Should be:

pawn Код:
`Callsign`=%s WHERE `Username` = %s",
You probably forgot to remove the ,
Maybe there are other syntax errors, but that one will stop the query from functioning.
Reply


Messages In This Thread
Invalid MySQL Syntax - by Corello2010 - 17.01.2012, 20:28
Re: Invalid MySQL Syntax - by Sinner - 17.01.2012, 20:45
Re: Invalid MySQL Syntax - by Vince - 17.01.2012, 21:23

Forum Jump:


Users browsing this thread: 1 Guest(s)