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: Marek Ochał <ochal_at_comarch.pl>
Date: Thu, 10 Jun 1999 08:15:46 GMT
Message-ID: <375F7415.B1F2FF05@comarch.pl>


However it would be better to use FORMS_DDL('COMMIT') to force commit in a database bypasing form validation level.

Mark Gumbs wrote:
>
> You get the 'no changes saved' error because no items on your form are
> marked for insert/update/delete. You have to suppress the message with the
> :system.message_level := 5 to stop that.
>
> As for the commits not saving, i'm not sure if the above code will help.
>
> Mark
>
> Alex Savitsky wrote in message ...
> >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 Thu Jun 10 1999 - 03:15:46 CDT

Original text of this message

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