MySQL R33+ and sscanf
#1

How would I convert this code to MySQL version R33+ (R39-2 to be specific)? :

pawn Код:
mysql_fetch_row_format(query);
        sscanf(query, "e<p<|>iffffffis[90]is[24]ii>", hData[i]);
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)