Tom Parke <[EMAIL PROTECTED]> wrote:
By a "regular update statement", I assume you mean a SQL update tab
set col = value, but I don't understand how to apply a SQL update statement to a ROWID.

update tableName set col = value where ROWID = ?;

 How can I get the ROWID in the call back?

You list it in the SELECT in the first place:

select ROWID, ... from myTable;

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to