ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/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 143 by tony, Fri Feb 23 12:11:21 2018 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines