258 |
|
ibxeTokenQueueUnderflow, |
259 |
|
ibxErrorParsing, |
260 |
|
ibxeDLInfoError, |
261 |
< |
ibxeDifferentAPIs |
261 |
> |
ibxeDifferentAPIs, |
262 |
> |
ibxeParameterNameNotFound |
263 |
|
); |
264 |
|
|
265 |
|
function GetErrorMessage(ErrMess: TIBClientError): AnsiString; |
479 |
|
SErrorParsing = 'Error parsing SQL Statement at clause starting with %s'; |
480 |
|
SDLInfoError = 'dlinfo returned error - %s'; |
481 |
|
SDifferentAPIs = 'All transaction attachments must use the same Firebird Library'; |
482 |
+ |
SParameterNameNotFound = 'Parameter Name (%s) not found'; |
483 |
|
|
484 |
|
const |
485 |
|
IBErrorMessages: array[TIBClientError] of string = ( |
660 |
|
STokenQueueUnderflow, |
661 |
|
SErrorParsing, |
662 |
|
SDLInfoError, |
663 |
< |
SDifferentAPIs |
663 |
> |
SDifferentAPIs, |
664 |
> |
SParameterNameNotFound |
665 |
|
); |
666 |
|
|
667 |
|
function GetErrorMessage(ErrMess: TIBClientError): AnsiString; |