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 68 by tony, Tue Oct 17 10:07:58 2017 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines