ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/nongui/IBMessages.pas
(Generate patch)

Comparing ibx/trunk/runtime/nongui/IBMessages.pas (file contents):
Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC vs.
Revision 402 by tony, Mon Aug 1 10:07:24 2022 UTC

# Line 176 | Line 176 | type
176        ibxeUpgradeFailed,
177        ibxDBVersionProblem ,
178        ibxeResourceFileNotFound,
179 <      ibxePatchFileNotFound
179 >      ibxePatchFileNotFound,
180 >      ibxeUnrecognisedParamName,
181 >      ibxeBadQueryReplay
182        );
183  
184   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;
# Line 319 | Line 321 | resourcestring
321    SDBVersionProblem = 'Database Version too low. Required %d, found %d';
322    SResourceFileNotFound = 'Unable to load resource file "%s"';
323    SPatchFileNotFound = 'In section [%s] of the Upgrade File (%s), unable to open %s (SQL script to patch).';
324 +  SUnrecognisedParamName = 'Unrecognised Parameter Name (%s)';
325 +  SBadQueryReplay = 'Playback execution error for "%s"' + LineEnding + '%s';
326  
327   const
328    IBErrorMessages: array[TIBClientError] of string = (
# Line 422 | Line 426 | const
426      SUpgradeFailed,
427      SDBVersionProblem,
428      SResourceFileNotFound,
429 <    SPatchFileNotFound
429 >    SPatchFileNotFound,
430 >    SUnrecognisedParamName,
431 >    SBadQueryReplay
432    );
433  
434   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;

Comparing ibx/trunk/runtime/nongui/IBMessages.pas (property svn:eol-style):
Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC vs.
Revision 402 by tony, Mon Aug 1 10:07:24 2022 UTC

# Line 0 | Line 1
1 + native

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines