On iPhone, what\'s the best way to get the ID of the last inserted row on an SQLite Database using FMDB ?
Is there a better way rather than doing :
S
Try the following:
var rowid: Int = Int(contactDB.lastInsertRowId())