Neville Franks <[EMAIL PROTECTED]> wrote:
> I need to update a column in a set of rows in a table. For each row I
> need to extract the columns value, change it and update the row.
>
> My question is, is it valid to perform an SQL UPDATE inside a
> sqlite3_step() loop.

Yes.

> Finally is there a better way to accomplish.

What is the nature of the change you need to perform?

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to