Using sqlite3_prepare and then sqlite3_step() ing through the records,
is there a way to update or replace the current record in a table while
sqlite3_step() is on that record without a reselecting that record and
sqlite3_exec() update table where?  Something like a dynamic cursor in
MS SQL?

 

Tom

Reply via email to