Help me with FRM-40509(Unable to Update record) mistake [message #192586] |
Tue, 12 September 2006 22:46 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
nhom9a
Messages: 51 Registered: July 2005 Location: VN
|
Member |
|
|
Hi all.
I have one table with name Function_right(function_id,function_name,description,user_id,visible_invisible)
I onle want to update "visible_invisible" column.
I have created form layout with block function_right,
I have chosen update changed column only is yes for block and all column except "visible_invisible" with update allowed is No.
I have a button with code:
update function_right set visible_invisible=:function_right.visible_invisible where user_id=:users.user_id and function_id=:function_right.function_id;
COMMIT;
When I press this button I get a mistake FRM-40509 Oracle error Unable to Update record.
anybody help me ?
thanks.
|
|
|
|
|
|
|
|
|