Subject | RE: [IBO] TIB_Connection.MessageFile |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-01-31T04:47:50Z |
> -----Original Message-----Interbase.msg is created from a normal GDB in the IB build process. You can
> From: Leos Urban [mailto:leos.urban@...]
> Sent: Martes 30 de Enero de 2001 6:10
>
> Hello,
> please, how to use property MessageFile of TIB_Connection object?
> There must be interbase.msg - formatted file.
> Do you know the format of msg-file?
> I tested some changes without success.
> Thanks.
> Leos
create localized versions of it directly with some commercial tools.
Changing it directly probably will screw it, since it has more than strings.
The command line utilities use it, too.
MessageFile is supposed to be passed in the DPBs at connection time. Then
it will tell the client library what file to look for in order to translate
messages. If you can make it work, I will be grateful to know, since I tried
and it didn't work. The only way was to rename interbase.msg and put in its
place the new file. If I remember well, Dave Schnepper told me to take this
parameter with a grain of salt. Now that the source code is available...
C.