Subject | Re: [IBO] Login without database |
---|---|
Author | Helen Borrie |
Post date | 2007-04-10T21:51:43Z |
At 05:43 AM 11/04/2007, you wrote:
handling to determine the reason[s] for a failed login. The error
codes returned will tell you why a login fails.
If you just want a one-off test for your own purposes, use isql or
some other admin tool that has this exception handling already built in.
Helen
>Does IBO support the notion of logging into a server without specifyingNo. The API doesn't support it.
>a database?
>I'd like to be able to attempt a login just to testIf you need this ability in an application then use exception
>whether my username and password are correct. The problem is that my
>database may not yet exist and I'm having trouble differentiating this
>from failed authentication.
handling to determine the reason[s] for a failed login. The error
codes returned will tell you why a login fails.
If you just want a one-off test for your own purposes, use isql or
some other admin tool that has this exception handling already built in.
Helen