Does anyone know away of making sure data has been written to a database?
For example I might run something like…
[lua]local insertQuery = [[UPDATE listsItems SET status=‘false’ WHERE id =’]]…sqlID…[[’]]; db:exec( insertQuery ); [/lua]
And then run some code thats directely effected my that update to the database.
Sometimes Im finding that data has not been written yet to the database yet.
Any “updatecomplete” listeners or anything for sql?
Thanks [import]uid: 102413 topic_id: 26102 reply_id: 116576[/import]