Subject Re: [IBO] catching excpetion in TIB_Connection.Connect
Author sdbeames
> When I have loginPrompt=False, and the file is not found, createDB
()
> is called, but when I have LoginPrompt=True, createDB is NOT
called,
> as the exception is hadled elsewhere.

So, just as a work-around, can you leave loginPrompt=False for the
first connection, displaying your own log-in prompt (or setting
loginPrompt=True) for the second connection attempt, once you know
the DB exists?

> What I would like to know is where this exception is handled, and
> why doesn't my exception block catch it.
>
> Whats going on with LoginPrompt=True;??

Beyond me!