ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/client/FBMessages.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/FBMessages.pas (file contents):
Revision 263 by tony, Thu Dec 6 15:55:01 2018 UTC vs.
Revision 270 by tony, Fri Jan 18 11:10:37 2019 UTC

# Line 258 | Line 258 | type
258        ibxeTokenQueueUnderflow,
259        ibxErrorParsing,
260        ibxeDLInfoError,
261 <      ibxeDifferentAPIs
261 >      ibxeDifferentAPIs,
262 >      ibxeParameterNameNotFound
263        );
264  
265   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;
# Line 478 | Line 479 | resourcestring
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 = (
# Line 658 | Line 660 | const
660      STokenQueueUnderflow,
661      SErrorParsing,
662      SDLInfoError,
663 <    SDifferentAPIs
663 >    SDifferentAPIs,
664 >    SParameterNameNotFound
665    );
666  
667   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines