10.05.2012, 02:55
This is my question, I would like to know if it's possible to convert this:
Into SQLite?
Код:
mysql_store_result(); new result[128], id; while(mysql_fetch_row_format(result, "|", )) { id++; sscanf(result,"p<|>e<is[32]iiiifff>", Variables[id]); } mysql_free_result();