campo-sirio/src/xvtdb/xvtdb_errors.h
Mattia Tollari 724fced6a1 Patch level : 12.0 no-patch
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
2019-03-19 16:45:34 +01:00

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'