175 |
|
ibxeServerMismatch, |
176 |
|
ibxeUpgradeFailed, |
177 |
|
ibxDBVersionProblem , |
178 |
< |
ibxeResourceFileNotFound |
178 |
> |
ibxeResourceFileNotFound, |
179 |
> |
ibxePatchFileNotFound |
180 |
|
); |
181 |
|
|
182 |
|
function GetErrorMessage(ErrMess: TIBClientError): AnsiString; |
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 = ( |
421 |
|
SServerMismatch, |
422 |
|
SUpgradeFailed, |
423 |
|
SDBVersionProblem, |
424 |
< |
SResourceFileNotFound |
424 |
> |
SResourceFileNotFound, |
425 |
> |
SPatchFileNotFound |
426 |
|
); |
427 |
|
|
428 |
|
function GetErrorMessage(ErrMess: TIBClientError): AnsiString; |