Subject Re: [IBO] exception DBE->IBO
Author henry FRANQUET
Hi!

Yes I've already seen the EIB_ISCError but the exception I gather
isn't a EIB_ISCError (but a EDataBaseError). So do I need to
use "DbiGetErrorInfo" to gather informations about the exception?

Thanks

Henry.

--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
>At 09:03 AM 4/09/2003 +0000, you wrote:
>>Hello,
>>
>>I'd like to know if there is a function to gather information about
>>an exception like "DbiGetErrorInfo" (BDE's function) in IBO?
>
>Like it, but better. The EIB_ISCError (for TDataset-compatible)
>and EIB_ISCErrors provide all the info. You can read the
>properties of the exception object itself, or you can read the
>same properties as arguments of the native IBO OnError events.
>Read the help file!!!
>
> Helen