error_format
%N
|
RDM_RETCODE return code |
%E
|
RDM_RETCODE enum mnemonic |
%D
|
RDM_RETCODE Description |
%I
|
Extra information if available |
%A
|
API function that was called |
%F
|
Source file that is the origin of the return code |
%L
|
Line number in the source file where this originated |
%C
|
Column number in the source file where this originated |
%S
|
Separator between components. The default is a colon (:). |
%T
|
Return code type (capitalized) |
%t
|
Return code type (lowercase) |
The default error string format is "%T in %A (%E): %D%S%I".
- Database Configuration Options
This option key is associated with the RDM_DB handle (or RDM_CPP::Db for C++) and can be set using one of the following functions:
- SQLSetConnectAttr()
- rdm_dbSetOption()
- rdm_dbSetOptions()
- RDM_CPP::Db::SetOption()
- RDM_CPP::Db::SetOptions()