Subject EIBO_ISCError
Author Thierry Holtzmann
I have code like
" if E is EIBO_ISCError and ((E as EIBO_ISCError).SQLCODE = -803) then "
in a TIBOTable PostError event.
This code worked till IBO 5.3.3. I have upgraded a project with IBO
5.5.5.2152 and now the error raised is no more executed.
When debugging the code, E.ClassName is now EDatabaseError and used to
be EIBO_ISCError before.
Is it an intended behaviour ?