I'd like to see some sample code for that. Any good Tutorial-Link is also welcome.
From stackoverflow
-
The same way you would in any SQL database.
-
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.
0 comments:
Post a Comment