ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:continueonerror

Differences

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

Link to this comparison view

Next revision
Previous revision
axmls:continueonerror [2015/11/05 02:27] – created mnewnhamv5:axmls:continueonerror [2016/01/13 02:26] (current) – ↷ Page moved from axmls:continueonerror to v5:axmls:continueonerror mnewnham
Line 1: Line 1:
-bool ContinueOnError ([bool $mode = NULL])+====== continueOnError ====== 
 +<WRAP rignt box> 
 +== Syntax == 
 + 
 +  bool continueOnError ( 
 +    optional bool $mode = NULL 
 +    ) 
 +</WRAP> 
 +===== Description ===== 
 +Call this method to enable or disable continuation of SQL execution if an error occurs. If the mode is set to TRUE (continue), AXMLS will continue to apply SQL to the database, even if an error occurs. If the mode is set to FALSE (halt), AXMLS will halt execution of generated sql if an error occurs, though parsing of the schema will continue.
v5/axmls/continueonerror.1446686873.txt.gz · Last modified: 2017/04/21 11:23 (external edit)