Subject Re: [firebird-support] Firebird 2 - New exception message length
Author Ivan Prenosil
> According to the FB 2.0 Release Notes, the new maximum size for
> exception messages is 1021 bytes. However, when my FB 2.0 database
> raises an exception (with a long error message), both
> EIBInterbasError.Message (for IBX) and EFIBError.Message (for FIBPlus)
> display the first 127 characters of the exception message.
>
> Any advices on how to get the whole exception message ?

Either use better components (or FB API),
or complain to the authors of your components...

Ivan