txtdbapi_get_last_error

(since Version 0.2.0)
txtdbapi_get_last_error -- Returns the last error and removes it from the stack

Description:

string txtdbapi_get_last_error ()

Returns the last error as string and removes it from the error stack. So if you call txtdbapi_get_last_error()
again you will get the next error.

Return value:

the last error as string