241 |
|
ibxeInvalidVariantType, |
242 |
|
ibxeServiceRunning, |
243 |
|
ibxeUniqueRelationReqd, |
244 |
< |
ibxeInterfaceNotSupported |
244 |
> |
ibxeInterfaceNotSupported, |
245 |
> |
ibxeCharacterSetExists, |
246 |
> |
ibxeUnknownUserCharSet |
247 |
|
); |
248 |
|
|
249 |
|
function GetErrorMessage(ErrMess: TIBClientError): AnsiString; |
440 |
|
SServiceRunning = 'Cannot start a new service while an existing service is running'; |
441 |
|
SUniqueRelationReqd = 'All Output Fields must derived from the same table'; |
442 |
|
SInterfaceNotSupported = 'Interface not supported; Guid %s not found'; |
443 |
+ |
SCharacterSetExists = 'Character set "%s" is already defined'; |
444 |
+ |
SUnknownUserCharSet = 'Unknown user character set "%s"'; |
445 |
|
|
446 |
|
const |
447 |
|
IBErrorMessages: array[TIBClientError] of string = ( |
605 |
|
SInvalidVariantType, |
606 |
|
SServiceRunning, |
607 |
|
SUniqueRelationReqd, |
608 |
< |
SInterfaceNotSupported |
608 |
> |
SInterfaceNotSupported, |
609 |
> |
SCharacterSetExists, |
610 |
> |
SUnknownUserCharSet |
611 |
|
); |
612 |
|
|
613 |
|
function GetErrorMessage(ErrMess: TIBClientError): AnsiString; |