Hi,
I've got a problem in my database - somehow changes sometimes are not being autocommitted so I need to COMMIT the manually.
How can I do this? What code do I have to write in objective-C in order to commit changes in SQLite?
I am developing an iPhone application.
Thanks.