MySQL (error #1064) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Русский/Russian (
https://sampforum.blast.hk/forumdisplay.php?fid=32)
+---- Thread: MySQL (error #1064) (
/showthread.php?tid=528980)
MySQL (error #1064) -
AlexeyTrekkkk - 30.07.2014
PHP Code:
[ERROR] CMySQLQuery::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 'bigfish=0 WHERE username='Johny_Walker'' at line 1
Доброе утро, вот столкнулся с такой проблемой, в переменных типа int такой проблемы нет. С float началось, незнаю в чем проблема.
Re: MySQL (error #1064) -
SmileyCoder - 30.07.2014
Покажи строку запроса.
Re: MySQL (error #1064) -
AlexeyTrekkkk - 30.07.2014
PHP Code:
UPDATE `users` SET level=%i,exp=%i,Skin=%i,Role=%i,Money=%i,Sex=%i,ximia=%i,inz=%i,strenght=%i,lovkost=%i,oxota=%i,ex=%i,ei=%i,es=%i,el=%i,eo=%i,primanka=%i,udochka=%i,leska=%i,bigfishname=%s,bigfish=%i WHERE username='%s'
Re: MySQL (error #1064) -
AlexeyTrekkkk - 30.07.2014
HeidiSQL тоже самое говорит.
Re: MySQL (error #1064) -
SmileyCoder - 30.07.2014
bigfishname=%s -> bigfishname='%s'
Re: MySQL (error #1064) -
AlexeyTrekkkk - 30.07.2014
благодарю.