Subject | EIBO_ISCError |
---|---|
Author | Thierry Holtzmann |
Post date | 2015-04-09T16:15:49Z |
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 ?
" 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 ?