Subject | Re: [IBO] catching excpetion in TIB_Connection.Connect |
---|---|
Author | Ryan Nilsson-Harding |
Post date | 2002-09-23T05:41:54Z |
>No, as this is only called once ALL login attempts have been made.
> OnLoginFailure ?
I need to be able to catch the exception on the first failure, to
determine if it is from not finding the gdb file.
> The Login window has to handle these things itself, but I amWhere can I place the code to allow the login window to handle this
> not sure if you can recover the newly entered database name
> - I would expect so but have not actually done so myself <g>
> I just raise my own message.
itself? As far as I understand it, the OnLogin event is merely there
to supply your own login window, and then the app passes the
user/password/role on.
-Ryan