FMDB transaction
- by user142764
Hi !
I use FMDB to wrap SQLite in my app. I haven't found any docs about the use of methods begin, beginUpdates, commit, finalize, etc. I face some problems in my apps which i think are caused by the way i use transactions.
Here is what i tried :
[FMDB beginUpdates]
- My insert statement -
[FMDB commit]
[FMDB finalize]
it crashes with this log…