string CSQL::getError

(void* Result)

Get last error message.

Documentation

Get last error message. This method returns the last error message. If no parameter is given the last database related error message is returned. If a Pointer to a CSQLResult object is specified, the last error message of this SQLResult-Object is returned. Don't use this method if possible. Catch the sqlxx_error exceptions which already contains the complete error message.

Alphabetic index



This page was generated with the help of DOC++.