Hello,
Is is safe to go row by row with sqlite3_step (after preparing a "SELECT" query) and make changes at the same time, like adding, deleting or modifying rows? Pretty much like nesting SQL commands. Will the next sqlite3_step point to some valid row if the row which would be returned by original search query was deleted or modified in the meantime?
Thanks, Tom Abracode http://www.abracode.com/

