SQL help
#2

Would sends an error if you put:
pawn Code:
new
    Field[ 21 ]
;

db_get_field_assoc( Result,  "ADMINLEVEL",  Field,  30 ); // Array size does not match
Maybe try

pawn Code:
db_get_field_assoc( Result, "ADMINLEVEL", Field, sizeof Field );
?
Reply


Messages In This Thread
SQL help - by Cowboy - 23.08.2011, 11:22
Re: SQL help - by Basicz - 23.08.2011, 11:38
Re: SQL help - by Cowboy - 23.08.2011, 11:40
Re: SQL help - by Cowboy - 23.08.2011, 15:58
Re: SQL help - by [HiC]TheKiller - 23.08.2011, 19:42
Re: SQL help - by Cowboy - 24.08.2011, 10:48
AW: SQL help - by Nero_3D - 24.08.2011, 11:27
Re: SQL help - by Cowboy - 25.08.2011, 08:16
Re: SQL help - by Lorenc_ - 25.08.2011, 08:22
Re: SQL help - by Cowboy - 25.08.2011, 08:24

Forum Jump:


Users browsing this thread: 1 Guest(s)