Error Handling Functions Back | Forward | Home

'Language Reference'

User Functions

Database Functions

Data Manipulation Functions

Table Functions

Error Handling Functions
  • strict

  • get_last_error

  • last_error

  • error_dump


  • << Last Section ( last_insert_id ) Error Handling Functions Next Section ( strict ) >>

    These functions were created to allow a user to work with the error that txtSQL may issue

  • strict- Sets strict mode on/off
  • get_last_error- Retrieves the last error that occurred
  • last_error- Prints the last error that occurred
  • error_dump- Prints out all the errors that occurred during run-time

    User-Contributed Comments for:
    Error Handling Functions
    Faraz Ali <SaiyanM at hotmail dot com>
    July 30, 2004, 11:18 pm
    If you want to surpress any warnings, see strict(0)