光阴似箭催人老,日月如移越少年。
一般不是写在Documents文件夹下么刚才试了一下,如果创建数据库时,路径的NSdocumentDirectory改成NSDocumentationDirectory,打印路径后复制路径查找时,会提示查不到文件夹,程序的错误提示跟楼主的一致。所以,建议楼主将路径改回Documents文件夹下
模拟器可以吗?
因为你的是空表吧。
if (![ifraredDataBase open]) { NSLog(@"OPEN FAIL"); } [ifraredDataBase executeUpdate:@"CREATE TABLE IF NOT EXISTS MyTable(aa float,bb text,cc integer,dd integer,ee text)"]; [ifraredDataBase close];
一般不是写在Documents文件夹下么
刚才试了一下,如果创建数据库时,路径的NSdocumentDirectory改成NSDocumentationDirectory,打印路径后复制路径查找时,会提示查不到文件夹,程序的错误提示跟楼主的一致。所以,建议楼主将路径改回Documents文件夹下
模拟器可以吗?
因为你的是空表吧。