Hi,

base forms have write access only if the underlying table has a primary key.
Often this column has an autoincrement (HSQL and others).

In Oracle db's this must be realized with a trigger and a sequence.
It seems, that oo forms cannot handle this problem, because I get a warning that the field with the primary field has to be filled out.

Any ideas how to handle this?

Regards

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to