Subject Re: [IBO] Wrong version number in ib_constants-de.pas (up to 4.8.4)
Author Andreas Hesse
Hello Jason,


There are 4 strings in the const (IB_Constants.inc) part that are
resourcestring's (or?):

// Session
IBO_ISC_ERR_CODE_MSG = 'ISC ERROR CODE:';
IBO_ISC_ERR_MSG_MSG = 'ISC ERROR MESSAGE:';
IBO_SQL_ERR_CODE_MSG = 'SQL ERROR CODE:';
IBO_SQL_ERR_MSG_MSG = 'SQL ERROR MESSAGE:';

Please move them back into resource units.

Andreas

> Andreas,
>
>> This Problem could be easily solved if you make a new file with all
>> all real constants and include this file into the IB_Constants.pas
>> file/files.
>> So you have only one place to change them (avoid code duplication).
>
> I should have thought of that a long time ago. Great idea.
>
> Thanks,
> Jason L Wharton
> www.ibobjects.com
>
>