Re: Keeping track of updates/deletes
Date: Thu, 17 Oct 2002 10:31:50 +0200
Message-ID: <aolso7$nvrpi$1_at_ID-152732.news.dfncis.de>
Hi, Russ,
I would not do this in Forms, because it would just make the task more complicated than necessary. I would have some columns like TABLE.LAST_USER, TABLE_LAST_DML, and maybe TABLE.LAST_FORM, to see which Form did the dml. I would keep it in the database, and Forms may referr to it.
Yours,
Jan
"Russ" <rgkenneysr_at_cs.com> schrieb im Newsbeitrag
news:1e0b5621.0210160720.21ccc582_at_posting.google.com...
> Hello,
>
> New to Oracle Forms and I need to know if there is a way in 6i to
> track updates/deletes/inserts on a particular form (this form has
> multiple pages with multiple tabs on each page)? I am assuming that
> it would be a trigger, but wanted to see what other ways there are (if
> any). If a trigger is the only way, then can you do a form level
> trigger or does each page/tab need it's own?
>
> Thanks for the help,
> Russ
Received on Thu Oct 17 2002 - 10:31:50 CEST