syntax error?
#2

You can't use one grave and fail to continue to use them (note, graves are the '`' characters), you need to wrap them around your columns too.

pawn Код:
format(Query, sizeof(Query), "INSERT INTO `accounts` (`username`, `password`) VALUES('%s', '%s')", EscapedName, EscapedPassword);
Reply


Messages In This Thread
syntax error? - by Antonio [G-RP] - 25.02.2011, 01:50
Re: syntax error? - by Calgon - 25.02.2011, 07:54
Re: syntax error? - by Antonio [G-RP] - 25.02.2011, 22:06

Forum Jump:


Users browsing this thread: 1 Guest(s)