问题如下:
解释:1、执行SQL编译的时候sqlite3_prepare_v2(sqlite, [sql UTF8String], -1, &stmt, NULL)的返回值为1,对应Apple的解释是
也就是找不到数据库文件,虽然我在模拟器文件中查看到数据库文件
这个就是SQLite3的自动处理机制,也就是“if it doesn't find the database,it will creat a blank database”,所以模拟器看到的数据库文
问题如下:
解释:1、执行SQL编译的时候sqlite3_prepare_v2(sqlite, [sql UTF8String], -1, &stmt, NULL)的返回值为1,对应Apple的解释是
也就是找不到数据库文件,虽然我在模拟器文件中查看到数据库文件
这个就是SQLite3的自动处理机制,也就是“if it doesn't find the database,it will creat a blank database”,所以模拟器看到的数据库文