I've been working on this for 2 days now and can't figure it out. I use DBUtils (version 1.0) to create a database table and insert some rows (works fine). I can read and display the data with no problem, but if I try to update, I get "Unknown error calling sqlite3_step (5: database is locked)". Closing the Resultset or even closing and opening the connection before updating does not get past the problem.
I use similar code in my B4A apps all day long with no problems. Am I missing something here?
I use similar code in my B4A apps all day long with no problems. Am I missing something here?