Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Insert problem using a submit button
Karsten Farrell wrote:
> carlene_at_tobedebtfree.com said... >
> > If your code isn't doing it, then it sounds suspiciously like a database > trigger being fired. Try: > > select trigger_name from all_triggers > where table_name = 'MEMBERS';
that, or you do not post all of your code... is there a commit, too? Then that's the answer - you already inserted (forms did...), and you insert again. Actually, all you need is a commit_form;
-- Regards, Frank van BortelReceived on Sun Apr 13 2003 - 08:12:26 CDT
![]() |
![]() |