Re: [ALUG] How to format numeric output from sqlite3?
18 Apr
2014
18 Apr
'14
3:22 p.m.
YMMV with this as I'm not an sqlite guru... You may need to prefix the printf with a sqlite3_ . Elsewhere for mprintf example gives: char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText); sqlite3_exec(db, zSQL, 0, 0, 0); sqlite3_free(zSQL); HTH, Mark
4356
Age (days ago)
4356
Last active (days ago)
0 comments
1 participants
participants (1)
-
mark fernandes