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 344 by tony, Fri Feb 26 09:33:18 2021 UTC vs.
Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC

# Line 175 | Line 175 | type
175        ibxeServerMismatch,
176        ibxeUpgradeFailed,
177        ibxDBVersionProblem ,
178 <      ibxeResourceFileNotFound
178 >      ibxeResourceFileNotFound,
179 >      ibxePatchFileNotFound
180        );
181  
182   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;
# Line 317 | Line 318 | resourcestring
318    SUpgradeFailed = 'Upgrade Failed. Database Version No. is %d';
319    SDBVersionProblem = 'Database Version too low. Required %d, found %d';
320    SResourceFileNotFound = 'Unable to load resource file "%s"';
321 +  SPatchFileNotFound = 'In section [%s] of the Upgrade File (%s), unable to open %s (SQL script to patch).';
322  
323   const
324    IBErrorMessages: array[TIBClientError] of string = (
# Line 419 | Line 421 | const
421      SServerMismatch,
422      SUpgradeFailed,
423      SDBVersionProblem,
424 <    SResourceFileNotFound
424 >    SResourceFileNotFound,
425 >    SPatchFileNotFound
426    );
427  
428   function GetErrorMessage(ErrMess: TIBClientError): AnsiString;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines