ARSperl

 view release on metacpan or  search on metacpan

html/manual/ars_BeginBulkEntryTransaction.html  view on Meta::CPAN

<HTML>
<HEAD>
<TITLE>ARSperl Manual - ars_BeginBulkEntryTransaction</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

   <H2><CODE>ars_BeginBulkEntryTransaction(ctrl)</CODE></H2>

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
<a href="ars_EndBulkEntryTransaction.html">ars_EndBulkEntryTransaction</a> is called.

      <DL>
         <DT><B>On success</B><DD>
		   Returns 1
         <DT><B>On failure</B><DD>
           Returns 0
      </DL>

      <P>Example:

      <PRE>
	      ars_BeginBulkEntryTransaction( $ctrl ) || die "$ars_errstr";
      </PRE>

<P>
<I>ars_BeginBulkEntryTransaction was introduced in version 1.90 of ARSperl</I>

<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 22th February 2007 by tstapff@users.sourceforge.net<BR>
&#169; J.C.Murphy, J.W.Murphy, T.Stapff 2007 arsperl@arsperl.org
</address>
</BODY>
</HTML>



( run in 0.456 second using v1.01-cache-2.11-cpan-39bf76dae61 )