sqlite3 no insert is done after --> insert into --> SQLITE_DONE
- by Fra
Hi all,
I'm trying to insert some data in a table using sqlite3 on an iphone...
All the error codes I get from the various steps indicate that the operation should have been successful, but in fact, the table remains empty...I think I'm missing something...
here the code:
sqlite3 *database = nil;
NSString *dbPath = [[[ NSBundle mainBundle ]…