FRM-40404: Database apply complete: 1 records applied.
and record is not save in database.
I understand English is likely not your primary language so I have tried,
very hard, to understand what you have posted. Unfortunately not with
success.
Unless someone else can figure it out ... I would suggest you find someone
to help you rewrite your post and you should get a more useful response.
--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
http://www.outreach.washington.edu/extinfo/certprog/aoa/aoa_main.asp
damo...@x.washington.edu
(replace 'x' with a 'u' to reply)
Do a "commit".
Forms
....
Begin
....
Insert into (table)(fields) values (form values);
....
commit; or forms_ddl('commit');
end;
Hope that solves your problem.