Subject | Re: [IBO] catching excpetion in TIB_Connection.Connect |
---|---|
Author | sdbeames |
Post date | 2002-09-25T05:25:12Z |
> When I have loginPrompt=False, and the file is not found, createDB()
> is called, but when I have LoginPrompt=True, createDB is NOTcalled,
> 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, andBeyond me!
> why doesn't my exception block catch it.
>
> Whats going on with LoginPrompt=True;??