fmdb
Loading 10k+ rows in iphone SQLite (FMDB)
I am creating a dictionary app and I am trying to load the terms into an iphone dictionary for use. The terms are defined from this table (SQLite):[详细]
2023-04-08 15:03 分类:问答SQLite: How to set ID PK to start from zero instead of starting from 1?
Is it possible to set default starting value to zero instead of 1? Currently I\'m using FMDB but 开发者_运维问答wondering is it possible at all ...[详细]
2023-04-06 10:37 分类:问答display splash screen (UIViewController) while database (FMDB) is loading iPhone
I have a bit of issue with my application. I have WebServices that receive information than parse it and store the information in a database.[详细]
2023-04-04 06:51 分类:问答FMDB executeUpdate DROP command does halt the app
I want to drop a table in my SQLite Database file named database.db. After using NSLog(@\"i show up in the console\");[详细]
2023-04-03 09:30 分类:问答FMDB not inserting into DB
I am trying to use FMDB to insert a few queries into the DB. When I check the query for insert it is saying that it is inserting.[详细]
2023-03-28 09:23 分类:问答SQLite Changes Not Saved
I\'m using SQLite in iOS 4 on an iPhone, but the changes made by my update statements aren\'t saved. At first thought perhaps quitting the app might be deleting the database somehow, but they\'re not[详细]
2023-03-27 03:50 分类:问答iOS - FMDB usage and memory
I have been tracking down memory leaks in my iOS app and I keep coming back to the following code using the leaks instrument:[详细]
2023-03-24 09:06 分类:问答"Apple Mach-O (id) linker" error when adding external libraries to project
I added FMDB to my project then added the frameworks libsqlite3.dylib and libsqlite3.0.dylib, but I still get the build error. If I remove the FMDB classes from my project then it builds just fine. Wh[详细]
2023-03-24 01:14 分类:问答How to merge two FMResultSet's based on a common column?
I have two separate SQLite db files and am using FMDB to access them (cocoa wra开发者_如何学运维pper for sqlite).[详细]
2023-03-22 14:12 分类:问答FMDB, How to manually release string created from stringForColumn
I\'m working with the FMDB, The SQLite Wrapper for iOS. General Problem: I\'m reading a long string (Base64 encoded image) from the db and then sending it to a UIWebView to be displayed. The when I[详细]
2023-03-22 09:06 分类:问答