Thursday, May 5, 2011

How can I store a string in an sqlite3 Database on iPhone OS?

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.

    iPhone SDK Articles: SQLite

0 comments:

Post a Comment