Subject Re: [IBO] exception DBE->IBO
Author Helen Borrie
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