简体   繁体   中英

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.

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.

与在任何SQL数据库中使用的方式相同。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM