Home » Developer & Programmer » Forms » Problem with updating a view. FRM-40501.
|
|
|
Re: Problem with updating a view. FRM-40501. [message #119956 is a reply to message #119926] |
Mon, 16 May 2005 19:56   |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
What is the version of your database?
David
For Oracle 8 look in sys.user_updatable_columns to see which columns the database system will permit you to change. [Same for Oracle 9 but it has extra columns.]
Digging from memory, I think that to enable the columns to be updateable that you have to have all of the fields of the respective primary keys in the 'select' part of the view. You don't need to change them, but they do have to be retrieved.
[Updated on: Mon, 16 May 2005 20:03] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat May 03 10:45:13 CDT 2025
|