ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:continueonerror

This is an old revision of the document!


continueOnError

Syntax
bool continueOnError (
  optional bool $mode = NULL
  )

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.1447030453.txt.gz · Last modified: 2017/04/21 11:23 (external edit)