Subject | Password problem... |
---|---|
Author | mlc29150 |
Post date | 2003-12-02T13:12:35Z |
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>>
Thanks in advance for any help !
Michel.
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>>
Thanks in advance for any help !
Michel.