#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'