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 60 by tony, Mon Mar 27 15:21:02 2017 UTC vs.
Revision 103 by tony, Thu Jan 18 14:37:26 2018 UTC

# Line 243 | Line 243 | type
243        ibxeUniqueRelationReqd,
244        ibxeInterfaceNotSupported,
245        ibxeCharacterSetExists,
246 <      ibxeUnknownUserCharSet
246 >      ibxeUnknownUserCharSet,
247 >      ibxeUninitializedInputParameter,
248 >      ibxeNegativeGenerator
249        );
250  
251   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;
# Line 442 | Line 444 | resourcestring
444    SInterfaceNotSupported = 'Interface not supported; Guid %s not found';
445    SCharacterSetExists = 'Character set "%s" is already defined';
446    SUnknownUserCharSet = 'Unknown user character set "%s"';
447 +  SUninitializedInputParameter = 'SQL Param No. %d (%s) is uninitialised';
448 +  SNegativeGenerator = 'A Generator Increment cannot be negative';
449  
450   const
451    IBErrorMessages: array[TIBClientError] of string = (
# Line 607 | Line 611 | const
611      SUniqueRelationReqd,
612      SInterfaceNotSupported,
613      SCharacterSetExists,
614 <    SUnknownUserCharSet
614 >    SUnknownUserCharSet,
615 >    SUninitializedInputParameter,
616 >    SNegativeGenerator
617    );
618  
619   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines