Hello,
i open cursor on a table and retrieve rows from it.
For every row i decide whether to update it. However, when executing the update I get the error "database table is locked".
My application is the only one working on the table.
Is it illegal to update a table while selecting from it or am i doing somethin wrong?
Thanks, Martin