void SQLDBC::Connection::clearError(void);
#include <SQLDBC.h> static SQLDBC_Connection *hConnexion; ... SQLDBC::SQLDBC_ErrorHndl hErreur=hConnexion->error(); ... hConnexion->clearError(); ...