Re: Database Commit with forms 4.0
From: george <wgweis_at_ucdavis.edu>
Date: 1997/06/06
Message-ID: <5na1k7$82k$1_at_mark.ucdavis.edu>#1/1
Date: 1997/06/06
Message-ID: <5na1k7$82k$1_at_mark.ucdavis.edu>#1/1
Thomas:
I had a similar problem in Forms45. See if there is a FORMS_DDL('') procedure in Forms40. If so, then you can use it force a commit, bypassing Forms Logic:
FORMS_DDL('Commit');
Although I have not used FORMS-DDL beyond forcing a commit, I bet you can pass it other SQL statements such as insert, update, delete, etc.
Viel Glueck damit,
George
Thomas Nowak <tom_at_biometrie.uni-koeln.de> wrote:
>Hi,
>is there any way to force an action on the commit statement in Forms?
>My documentation tells me, that Forms decides, wether to execute and
>update, delete or insert.
>I do need an insert statement, no matter what forms decides...
>regards,
>thomas nowak
Received on Fri Jun 06 1997 - 00:00:00 CEST
