Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Forms 4.5 & stored procedures - problems with COMMIT

Re: Forms 4.5 & stored procedures - problems with COMMIT

From: Shariq Parvez <shariqp_at_emirates.net.ae>
Date: Fri, 11 Jun 1999 17:12:01 +0400
Message-ID: <7jru7h$d5m6@news.emirates.net.ae>


Try
foms_ddl('commit);
Regards,
--
Shariq
Shariq's home page http://www.angelfire.com/az/sharp/ Alex Savitsky <asavicki_at_sprint.ca> wrote in message news:v_e73.45595$r_1.24074331_at_newscontent-02.sprint.ca...
> Hi all!
>
> Here is the problem I'm stuck with: I have a Forms application that calls
> several stored procedures, which actually do all work, i.e. block is
marked
> as non-base-table and no items are bound to database columns. However, it
> seems I cannot commit data! As long as I am in application, changes I made
> are there, but when I exit changes are gone. COMMIT says that 'No changes
to
> save'; so does COMMIT_FORM. If I use EXIT_FORM(DO_COMMIT) instead of
simply
> EXIT_FORM, it doesnt work either. I really would like to avoid putting
> COMMIT inside procedures. Is there any other way of doing it?
>
> TIA
>
> Alex
>
>
Received on Fri Jun 11 1999 - 08:12:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US