Update failure in datatab
481013Mar 3 2006 — edited Mar 3 2006open tablea, alter table in worksheet - add column. refresh data on tab. column appears (ok). try changing data in that column, updates fail on commit. Update statement follows:
UPDATE "USER"."CO_LINK_DUPLICATE" SET null = "1" WHERE ROWID = 'AAA0dsAAqAAAQuKACi'
failure message
Row 1: ORA-01747: invalid user.table.column, table.column, or column specification
I don't think that the commit button recgonizes the new column, hence the set null = 1 part.
build 1422, w2k, 9206
Message was edited by:
ctryon2414