ars_BeginBulkEntryTransaction(ctrl)

This command can be used to group several create, set, delete and merge entry operations together into a single transaction. The actual execution of these functions is deferred until ars_EndBulkEntryTransaction is called.
On success
Returns 1
On failure
Returns 0

Example:

	      ars_BeginBulkEntryTransaction( $ctrl ) || die "$ars_errstr";
      

ars_BeginBulkEntryTransaction was introduced in version 1.90 of ARSperl


<-- Table of Contents

Last changes to this page 22th February 2007 by tstapff@users.sourceforge.net
© J.C.Murphy, J.W.Murphy, T.Stapff 2007 arsperl@arsperl.org