mysql
#3

There is no reason to do that. In-fact, you should use the %e as long as you are using mysql_format(this escapes the string). You forgot the sizeof parameter.

pawn Код:
mysql_format(gConnectionhandle, Query, sizeof(Query) "SELECT * FROM `PlayerObjects` WHERE `Name` = '%e' LIMIT 10",     pName(playerid));
Reply


Messages In This Thread
mysql - by TenTen - 24.08.2015, 18:10
Re: mysql - by IstuntmanI - 24.08.2015, 19:17
Re: mysql - by Abagail - 24.08.2015, 19:25
Re: mysql - by IstuntmanI - 24.08.2015, 19:40
Re: mysql - by TenTen - 24.08.2015, 19:54

Forum Jump:


Users browsing this thread: 5 Guest(s)