Mysql Problem!
#4

replace this:
pawn Код:
mysql_fetch_row(Query, "|");
with this:
pawn Код:
mysql_fetch_row(Query);
also on the top of your gm:
pawn Код:
#define mysql_fetch_string(%0,%1) mysql_fetch_field(%0,%1)
#define mysql_fetch_int(%0,%1) mysql_fetch_field(%0,field); \%1=strval(field)
and on this line:
replace this:
pawn Код:
while(mysql_fetch_row(Query, "|"))
with this:
pawn Код:
while(mysql_fetch_row(Query))
Reply


Messages In This Thread
Mysql Problem! - by youssefehab500 - 31.05.2014, 16:26
Re: Mysql Problem! - by Eth - 31.05.2014, 16:30
Re: Mysql Problem! - by youssefehab500 - 31.05.2014, 16:35
Re: Mysql Problem! - by Eth - 31.05.2014, 16:39
Re: Mysql Problem! - by youssefehab500 - 31.05.2014, 16:47
Re: Mysql Problem! - by youssefehab500 - 31.05.2014, 16:55
Re: Mysql Problem! - by Vince - 31.05.2014, 17:10
Re: Mysql Problem! - by youssefehab500 - 31.05.2014, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)