Ole Kristian
Member
Hi!
I tried to update data in a row by using the command:
"select t.*, t.rowid from classrelation t order
by t.classid;"
and by unlocking the rows, edit the data and post the changes.
The error message I got was "Invalid rowid".
What's going on? When I used the standard
update
command, the operation was succesful. I use the 10.2 R2 Oracle version (both client and server).
I tried to update data in a row by using the command:
"select t.*, t.rowid from classrelation t order
by t.classid;"
and by unlocking the rows, edit the data and post the changes.
The error message I got was "Invalid rowid".
What's going on? When I used the standard
update