txtdbapi_clear_errors

(since Version 0.2.0)
txtdbapi_clear_errors -- Clears the error stack

Description:

txtdbapi_clear_errors ()

Clears the error stack. The error stack is cleared each time executeQuery() is called, so
you always have only Errors of the last executeQuery() call in the stack and it should not be
necessary to call this function.

Return value:

none