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 103 by tony, Thu Jan 18 14:37:26 2018 UTC vs.
Revision 144 by tony, Sat Feb 24 23:15:51 2018 UTC

# Line 245 | Line 245 | type
245        ibxeCharacterSetExists,
246        ibxeUnknownUserCharSet,
247        ibxeUninitializedInputParameter,
248 <      ibxeNegativeGenerator
248 >      ibxeNegativeGenerator,
249 >      ibxeServiceUnavailable
250        );
251  
252   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;
# Line 381 | Line 382 | resourcestring
382    SServerNameMissing = 'Server Name Missing';
383    SQueryParamsError = 'Query Parameters missing or incorrect';
384    SStartParamsError = 'start Parameters missing or incorrect';
385 <  SOutputParsingError = 'Unexpected Output buffer value (%d)';
385 >  SOutputParsingError = 'Unexpected Output buffer value (%d) - %s';
386    SUseSpecificProcedures = 'Generic ServiceStart not applicable: Use Specific Procedures to set configuration params';
387    SSQLMonitorAlreadyPresent = 'SQL Monitor Instance is already present';
388    SDelphiException = 'DelphiException %s';
# Line 446 | Line 447 | resourcestring
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 613 | Line 615 | const
615      SCharacterSetExists,
616      SUnknownUserCharSet,
617      SUninitializedInputParameter,
618 <    SNegativeGenerator
618 >    SNegativeGenerator,
619 >    SServiceUnavailable
620    );
621  
622   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines