20.11.2014, 13:35
Hey guys,
with MySQL you can use following code to load sth.
Is there a way to use this code with SQLite? There are just a few natives which you can use with SQLite, so i actually don't know if this is possible.
-Greetz
with MySQL you can use following code to load sth.
Код:
while(mysql_fetch_row_format(result, "|")) { sscanf(result, "p<|>is[30]s[30]iiiiiiifiiiiis[30]",...
-Greetz