ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:starttrans

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
reference:starttrans [2015/08/07 03:11] – created mnewnhamreference:starttrans [2015/08/07 04:01] mnewnham
Line 9: Line 9:
  
 == Syntax == == Syntax ==
-  void startTrans()+  void startTrans( 
 +     optional string $monitorFunction='ADODB_TransMonitor' 
 +     )
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
-The function ''startTrans()'' begins a **smart transaction** +The function ''startTrans()'' begins a **smart transaction**. The monitor function is called when a transaction fails.
 ===== Usage ===== ===== Usage =====
 <code php> <code php>
v5/reference/connection/starttrans.txt · Last modified: 2016/08/13 19:06 by mnewnham