Files correlati : xvtext, include Commento : - Allineato codice xvtdb a standard C++ > 2011 sostituendo i char* a const char* - Pulito codice generale con refactor di nomi, aggiunta di const - Aggiunta funzione sq_get_token_text_error che trasforma sq_get_text_error in una TToken_string (separatore \n) e poi torna il token scelto
10 lines
297 B
C
10 lines
297 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"
|
|
#define DEFAULT_ERR_NUMBER -19
|
|
#define DEFAULT_ERR_STRING ""
|
|
#define DEFAULT_ERR_CHAR '\0' |