如何在iPhone OS上的sqlite3数据库中存储字符串?

时间:2022-07-10 13:34:20

I'd like to see some sample code for that. Any good Tutorial-Link is also welcome.

我想看一些示例代码。任何好的Tutorial-Link也是受欢迎的。

2 个解决方案

#1


Here is a link to the SQLite3 C/C++ Intro.

这是SQLite3 C / C ++简介的链接。

In the past, I've used the sqlite3_exec() function to execute SQL statements instead of the harder prepared statement API.

在过去,我使用sqlite3_exec()函数来执行SQL语句而不是更难编写的语句API。

#2


The same way you would in any SQL database.

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

#1


Here is a link to the SQLite3 C/C++ Intro.

这是SQLite3 C / C ++简介的链接。

In the past, I've used the sqlite3_exec() function to execute SQL statements instead of the harder prepared statement API.

在过去,我使用sqlite3_exec()函数来执行SQL语句而不是更难编写的语句API。

#2


The same way you would in any SQL database.

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