Subject Re: [IBO] Password problem...
Author mlc29150
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 01:12 PM 2/12/2003 +0000, you wrote:
> >Hello,
> >
> >I hope that someone may have an idea on my problem :
> >
> >I've build an aplication that works very well on my server.
> >on my client I've got a problem with the password to connect...
> >
> >I use a TIBODatabase component (I use delphi 7). I place like this
> >the parameters :
> >
> >IBODatabase1.Params.Clear;
> >IBODatabase1.Params.Add('PATH=\\Server\C:\MYApplication\main.gdb');
> >IBODatabase1.Params.Add('USER NAME=SysDBA');
> >IBODatabase1.Params.Add('PASSWORD=masterkey');
> >IBODatabase1.Params.Add('PAGE SIZE=4096');
> >IBODatabase1.Params.Add('CHARACTER SET=ANSI');
> >
> >...
> >
> >When I run the application on the client I've got this message...
> >
> ><<Error code ISC : 335544653
> >
> >cannot attach to password database>>
>
>
> Have you installed the client licence on the client machine?
>
> Helen

Hello Helen,

First, thank you for your help !

Yes I have installed the firebird 1.03 client on my client (I've
prviouly unstalled an old firebird 1.02 server on it...I was using
this pc in the past as a non client/server for an other application..)

On my server I've installed the full server and develloper tools
version of firebird 1.03...

I've tested several kind of writting for the password
MASTERKEY
masterkey
MasterKey...
nothing change...

that is very sad for me :(

Thank you again,
best Regards,
Michel.