Files correlati : Commento : - Aggiunta la possibilità di generare DLL o libreria - tolti identificatori che generavano warnings per TT_driver e isoLvl - tolta xvt_create_connection, la connection viene creata nella classe e non più condivisa - Disabilitato il copy contructor: se quelli di sqlapi li hanno fatto avranno le loro buone ragioni - rese const isConnect() e isAlive() - Creato files per contenere i codici di errore git-svn-id: svn://10.65.10.50/branches/R_10_00@24361 c028cbd2-c16b-5b4b-a496-9718f37d4682
7 lines
203 B
C
7 lines
203 B
C
#pragma once
|
|
|
|
#define NOERR 0
|
|
#define NOT_INITIALIZED -86552
|
|
#define NOT_INITIALIZEDS "ERROR: Recordset not initialized"
|
|
#define ERROR_FREEZED -883
|
|
#define ERROR_FREEZEDS "ERROR: Recordset on ice" |