SQLite SSCANF loading.
#1

This is my question, I would like to know if it's possible to convert this:

Код:
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();
Into SQLite?
Reply
#2

Anyone can answer this? A professional?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)