I'd like to see some sample code for that. Any good Tutorial-Link is also welcome.
+4
A:
Here is a link to the SQLite3 C/C++ Intro.
In the past, I've used the sqlite3_exec() function to execute SQL statements instead of the harder prepared statement API.
Here is another link to iPhone specific articles on SQLite.
jkf
2009-05-05 17:09:46