Okay, now that I finally can get LIKE to work, my update seems to act up instead.
It seems as if I sometimes get a SQLITE_LOCKED back from sqlite3_reset(...). Even though I try calling reset again, the actual insertion with sqlite3_step(...) still returns error. (1) SQL logic error or missing database Anyone know what I am doing wrong? Regards, Jonas