SQLite & sscanf2
#1

Hey guys,

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]",...
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
Reply


Messages In This Thread
SQLite & sscanf2 - by yellow - 20.11.2014, 13:35
AW: SQLite & sscanf2 - by yellow - 22.11.2014, 14:40
Re: SQLite & sscanf2 - by Raweresh - 22.11.2014, 15:16
Re: SQLite & sscanf2 - by Jefff - 22.11.2014, 17:20
AW: SQLite & sscanf2 - by yellow - 22.11.2014, 17:44
Re: SQLite & sscanf2 - by Mic_H - 22.11.2014, 22:45
AW: SQLite & sscanf2 - by yellow - 23.11.2014, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)