14.09.2010, 22:32
I'm debating myself on a couple things, one of which is the method to 'fetch' data from a MySQL database. So which way it best?
1. Fetching each field one by one using
2. Or Using SSCANF and doing something like this?
1. Fetching each field one by one using
pawn Код:
native mysql_fetch_field
pawn Код:
mysql_fetch_row(Query, "|");
sscanf(Query, "e<p<|>ds[23]s[30]ddfffdddddddddddd>", PlayerStatistics[playerid]);