Re: Effect of Stored Proc. COMMIT on Form

From: QuadTwin <quadtwin_at_aol.com>
Date: 1997/01/22
Message-ID: <19970122160501.LAA07052_at_ladder01.news.aol.com>#1/1


Sadru,

If you use DML statements within a FORMS program unit or call a server program unit that issues DML statements, you get the same results. Specifically, FORMS does not know of these operations, but they DO get committed along with any other base-table operations that FORMS DOES know about. To make this work transparently to the user, you need to have a base-table that FORMS recognizes has changes to commit; otherwise when the user does a [Commit] FORMS will say "Nothing to commit".

Al Received on Wed Jan 22 1997 - 00:00:00 CET

Original text of this message