Subject Re: [IBO] Open Connection - Check for Failure?
Author ra8009
--- In IBObjects@yahoogroups.com, "Woody \(TMW\)" <woody-tmw@g...> wrote:
> >
> > How do I check to see if "open" has failed on a TIB_Connection?
>
> IIRC, you could test the Connected property to see if it's true.
>
> Woody (TMW)

Does open throw an exception is it fails? In that case, I'd never get
to the Connected check.