Subject | Re: [IBO] Password problem... |
---|---|
Author | Helen Borrie |
Post date | 2003-12-02T13:20:25Z |
At 01:12 PM 2/12/2003 +0000, you wrote:
Helen
>Hello,Have you installed the client licence on the client machine?
>
>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>>
Helen