Subject RE: [IBO] Your user name and password are not defined
Author Jason Wharton
> I just upgraded from a pre-release version of Firebird to 1.5.1 for
> Windows. I'm getting an error "Your user name and password are not
> defined ..." despite the fact that they are defined and that another
> application using them can log in.
>
> I've eliminated a problem with case as an issue by using a user name
> and password that are numbers, but they don't work either. What else
> could be wrong? The problem occurs with the connection component when
> I try to connect.

Check the PasswordStorage property of your connection/database component.
If it is set to psNone then you may not be getting to sent with the connect
API call.

Jason Wharton