Subject | Re: [IBO] Views |
---|---|
Author | Sandeep |
Post date | 2001-11-05T22:01:24Z |
On 5 Nov 2001, at 19:38, Luiz Alves wrote:
The one before insert generate a new number for underlying table
(There is no trigger on the underlying table).
The one Before update has one statement like
new.fieldA = old.FieldA
to ensure the value is not changed accidentally
Sandeep
Software Developer
CFL
sandeep@...
http://www.cfl.co.nz
> Does your view have triggers?Yes, One Before Insert and one Before Update.
The one before insert generate a new number for underlying table
(There is no trigger on the underlying table).
The one Before update has one statement like
new.fieldA = old.FieldA
to ensure the value is not changed accidentally
Sandeep
Software Developer
CFL
sandeep@...
http://www.cfl.co.nz