Re: Developer 2000: Processing order of DML statements?

From: Claire M. <cmarcoux_at_webnet.qc.ca>
Date: Wed, 16 Dec 1998 15:22:28 GMT
Message-ID: <01be2908$58043320$d8380dd8_at_clairema>


Posting writes the user's changes to the base table, using implicit INSERT UPDATE DELETE statements generated by Form Builder. The changes are applied in block sequence order as they appear in the Objet Navigator at design-time. For each block, deletes are performed firts, followed by inserts and updates. Transactional triggers fire during this cycle, if defined by the designer. The built-in procedure POST alone can invoke this posting process. Source of this information is:
Developer/200:Build Forms
Transaction Processing.
I hope it help.
Claire M.

John Haskins <76054.334_at_compuserve.com> a écrit dans l'article <757qon$i08$1_at_news-2.news.gte.net>...
> In what order are INSERT, UPDATE, and DELETE commands processed through
> Developer/2000? Does anyone know?
>
> Thanks.
>
>
>
Received on Wed Dec 16 1998 - 16:22:28 CET

Original text of this message