28.02.2015, 15:25
How would I convert this code to MySQL version R33+ (R39-2 to be specific)? :
Trying to use sscanf to split the query and load it into an enumerator but obviously mysql_fetch_row_format doesn't exist in MySQL R39-2.
pawn Код:
mysql_fetch_row_format(query);
sscanf(query, "e<p<|>iffffffis[90]is[24]ii>", hData[i]);