SQLDBC::Connection::clearError

Prototypes

void SQLDBC::Connection::clearError(void);

Description

Efface la dernière erreur détectée pour la connexion courante.

Exemple

#include <SQLDBC.h>

static SQLDBC_Connection *hConnexion;

...
SQLDBC::SQLDBC_ErrorHndl hErreur=hConnexion->error();
...
hConnexion->clearError();
...

Voir aussi

SQLDBC::Connection::error pour retrouver la dernière erreur détectée.