Top "Fmdb" questions

FMDB is a free, third-party Objective-C wrapper for SQLite, providing a simple, object-oriented interface for Mac OS X and iOS.

How to delete a row in a sqlite database table?

I am using fmdb for managing my database. I could not find any example for deleting a row from a …

iphone sqlite fmdb
FMDB SQLite question: row count of a query?

does anyone know how to return the count of a query when using FMDB? If I executeQuery @"select count(*) from …

iphone objective-c sqlite fmdb
Best way to get the ID of the last inserted row on SQLite

On iPhone, what's the best way to get the ID of the last inserted row on an SQLite Database using …

ios sql objective-c sqlite fmdb
Core Data VS Sqlite or FMDB....?

Now this might look like a duplicate thread, but my question is that I have read a lot of questions …

iphone ios sqlite core-data fmdb
Is there a tutorial about how to use FMDB, the sqlite3 wrapper class?

The FMDB page just offers the cvs checkout. Maybe someone out there wrote a good tutorial on how to use …

iphone sqlite fmdb
Passing an array to sqlite WHERE IN clause via FMDB?

Is it possible to pass an array to a SELECT … WHERE … IN statement via FMDB? I tried to implode the …

ios sqlite fmdb where-in
iOS SQLite FMDB Transactions.. Correct usage?

I'm just going to try out using transactions with the FMDB SQLite iOS wrapper. The documentation is a little vague …

objective-c ios sqlite fmdb
delete row from SQLite database with FMDB

i feel like i have read the docs for FMDB a million times. i am not sure why this code …

objective-c cocoa sqlite fmdb
How to save & retrieve NSdata into sqlite through FMDB

How can I save NSData into sqlite, I am using FMDB wrapper for saving data. Below is the code which …

ios sqlite ios7 fmdb
swift 3.0 How can I access `AnyHashable` types in `Any` in Swift 3?

I'm using sqlite file to get the diaryEntriesTeacher from the authorId. it generates the following object of authorId when I …

ios swift3 fmdb hashable