Subject IBX handling errors...
Author Omar Iskandarone
When working with IBX and Delphi what is the way to have some control on
error handling. The question is how can I tell after a post that failed what
was the error. Say in the OnPostError event...
I need a to know how to extract information from an EDatabaseError or
EIBInterBaseError instance. Something like what index did I violate, on what
table and so. The SQLCode isn't holding all the data, is that right? All
those C functions and that status array holding the data are somehow hard to
deal with in Delphi or probably I didn't find the key...
Thanks for any help
Omar