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/branches/udr/client/FBMessages.pas (file contents):
Revision 371 by tony, Wed Jan 5 15:21:22 2022 UTC vs.
Revision 372 by tony, Wed Jan 5 16:20:22 2022 UTC

# Line 172 | Line 172 | type
172        ibxeTransactionNotOwned,
173        ibxeIntegerOverflow,
174        ibxIntegerUnderflow,
175 <      ibxeScaleCannotBeChanged
175 >      ibxeScaleCannotBeChanged,
176 >      ibxeStringOverflow
177        );
178  
179   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;
# Line 296 | Line 297 | resourcestring
297    SIntegerOverflow = 'Integer overflow when scaling numeric';
298    SIntegerUnderflow = 'Integer underflow when scaling numeric';
299    SScaleCannotBeChanged = 'Unable to change numeric field scale';
300 +  SStringOverflow = 'String overflow. String Length %d exceeds permitted maximum (%d)';
301  
302   const
303    IBErrorMessages: array[TIBClientError] of string = (
# Line 395 | Line 397 | const
397      STransactionNotOwned,
398      SIntegerOverflow,
399      SIntegerUnderflow,
400 <    SScaleCannotBeChanged
400 >    SScaleCannotBeChanged,
401 >    SStringOverflow
402    );
403  
404   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines