Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

O3DBIError.cpp

Go to the documentation of this file.
00001 
00009 #include "O3DBIError.h"
00010 
00011 PC_TCHAR O3DBIErrorTxt::pchIncompatibleDatatypes =
00012     _T("O3DBI-00001: Incompatible data types were used for an assignment!");
00013 PC_TCHAR O3DBIErrorTxt::pchOperationNotpermitted =
00014     _T("O3DBI-00002: This operation is not permitted on this data type!");
00015 PC_TCHAR O3DBIErrorTxt::pchAccessingNullvalue =
00016     _T("O3DBI-00003: Accessing a NULL value is not possible!");
00017 PC_TCHAR O3DBIErrorTxt::pchComparingNullvalue =
00018     _T("O3DBI-00004: The result of a comparison of a NULL value with a NOT ")
00019     _T("NULL value is undefined!");
00020 PC_TCHAR O3DBIErrorTxt::pchValueOutOfRange =
00021     _T("O3DBI-00005: Value out of range!");
00022 PC_TCHAR O3DBIErrorTxt::pchInvalidFieldname =
00023     _T("O3DBI-00006: Invalid actual parameter for field name (NULL pointer or ")
00024     _T("zero-length string)!");
00025 PC_TCHAR O3DBIErrorTxt::pchInvalidDate =
00026     _T("O3DBI-00007: Invalid date value!");
00027 PC_TCHAR O3DBIErrorTxt::pchIndexOutOfBounds =
00028     _T("O3DBI-00008: Index out of bounds!");
00029 PC_TCHAR O3DBIErrorTxt::pchInvalidStatement =
00030     _T("O3DBI-00009: Invalid actual parameter for statement (NULL pointer or ")
00031     _T("zero-length string)!");
00032 PC_TCHAR O3DBIErrorTxt::pchInvalidStatementhandle =
00033     _T("O3DBI-00010: Invalid statement handle!");
00034 PC_TCHAR O3DBIErrorTxt::pchInvalidPlaceholder =
00035     _T("O3DBI-00011: Invalid actual parameter for placeholder (NULL pointer or ")
00036     _T("zero-length string)!");
00037 PC_TCHAR O3DBIErrorTxt::pchInvalidLogonInfo =
00038     _T("O3DBI-00012: Invalid logon info! Passed actual parameters for username, ")
00039     _T("password or hostname are impermissible.");
00040 PC_TCHAR O3DBIErrorTxt::pchInvalidNumOfFields =
00041     _T("O3DBI-00013: Insert operation failed. Invalid number of fields in record!");
00042 PC_TCHAR O3DBIErrorTxt::pchValueFormatStringSize =
00043     _T("O3DBI-00014: Size of string too long! Passed string parameter contains ")
00044     _T("too many characters.");



SourceForge.net Logo Generated on Sun Jan 23 11:36:34 2005 for Oracle Object Oriented Database Interface (O3DBI) by  doxygen 1.3.9.1