Hi Marco,
I have a problem with a not nullable field which is filled by the oracledataset Sequencefield property. (on new record) This always works perfect normaly.
In Oracle monitor i can see that the sequence value is fetched and is used in the variable during the insert statement. (no triggers concerned)
One of our customers gets an "ORA-01400 can not insert null" error. I read in an other post there is an problem with oracle 11 in relation with returning rowid. Is this the same problem?
We use version 4.0.6.2. is there a workaround for this version?
Kind regards
Ruud
I have a problem with a not nullable field which is filled by the oracledataset Sequencefield property. (on new record) This always works perfect normaly.
In Oracle monitor i can see that the sequence value is fetched and is used in the variable during the insert statement. (no triggers concerned)
One of our customers gets an "ORA-01400 can not insert null" error. I read in an other post there is an problem with oracle 11 in relation with returning rowid. Is this the same problem?
We use version 4.0.6.2. is there a workaround for this version?
Kind regards
Ruud
Last edited: