Subject Re: [IBO] How to get the IBO object that caused the error?
Author Helen Borrie
At 09:00 AM 02-10-02 +0300, you wrote:
>How to get the IBO object that caused the error?
>
>When we have an error in TIB(O)Database we have the also, as string, the
>full path of one (or two) IBO objects which triggered the error.
>
>How can we have a pointer to that object?

All object references in Delphi are pointers.


>Why we have two objects sometimes? The second one is the encapsulated
>TIB_query of TIBO component?

Yes. The InternalDataset property gives you run-time access to the
TIB_BDataset wrapper of the TIBOQuery.

Helen