Re: forms_ddl
From: Antti Järvinen <costello_at_iki.fi>
Date: 10 Dec 2002 10:25:25 +0200
Message-ID: <m3u1hmi8lm.fsf_at_muikku.baana.suomi.net>
Date: 10 Dec 2002 10:25:25 +0200
Message-ID: <m3u1hmi8lm.fsf_at_muikku.baana.suomi.net>
jkytang_at_yahoo.com (Peter L) writes:
> Hi, I'm using Forms6i connecting to mySQL
> What's the difference between COMMIT and FORMS_DDL('COMMIT')?
In forms "COMMIT" tries to issue update/delete/insert -calls that are pending due to changes made to base-table blocks and if there is any changes to be done, to actually issue a "commit" sql statement. forms_ddl('commit'); just commits .. and I think forms_ddl is run in separate database session, at least when working with oracle db. I've never tried forms with mysql so don't know.
-- Antti Järvinen, costello_at_iki.fi "concerto for two faggots and orchestra"Received on Tue Dec 10 2002 - 09:25:25 CET