PDA

View Full Version : Executing SQL UPDATE statements against a SQLite database problem



angusrose
21st February 2012, 16:20
Hi all,
I'm currently implementing an app that requires the updating of fields in a SQLite database. This app is for the Nokia N8 running Symbian^3 and works fine in the simulator and allows me to update records in the database. However, when I run the app on an N8 the values do change in the database BUT when I close the app the changed values are lost. Has anybody else had this problem, and if so is there a workaround?

Angus