SQLDBC::Environment

Prototypes

class SQLDBC::Environment;

Description

Classe représentant l'environnement du client Max Db.

Exemple

#include <SQLDBC.h>

static SQLDBC_IRuntime *hRuntime;
static char Message[256];

...
hRuntime=SQLDBC::GetClientRuntime(Message, 256);
if (!hRuntime) ...
SQLDBC::SQLDBC_Environment hEnvironnement=SQLDBC::SQLDBC_Environment::SQLDBC_Environment(hRuntime);
...
delete &hEnvironnement;
...

Voir aussi

SQLDBC::Connection pour la classe modélisant une connexion. SQLDBC::GetClientRuntime pour lire le run-time.