Subject Re: [IBO] connection question
Author Paul Little
Hi,

Helen Borrie wrote:
>
> >problem now is that when I try to run it I get an ISC error which says
> >that my username/password isn't defined and that I need to get the DB
> >administrator to set up an IB login. Well I have already done this,
> >obviously as I was loging in fine when using the BDE. I checked it
> >anyway and sure enough all was ok. Just to be sure I deleted the user
> >and recreated it. Still the same problem.
> >
>
> Here's the difference:
>
> BDE:
>
> object JediMDB: TDatabase
> AliasName = 'Jedi'
> DatabaseName = 'Jedi'
> LoginPrompt = False
> Params.Strings = (
> 'USER NAME=SYSDBA'
> 'PASSWORD=masterkey')
> SessionName = 'Default'
> Left = 16
> Top = 8
> end
>
> TIBO:
>
> object JediMDB: TIBODatabase
> DatabaseName = 'Jedi'
> Params.Strings = (
> 'PATH=F:\jedi\root\gdb\jedi.gdb'
> 'USER NAME=SYSDBA'
> 'PASSWORD=masterkey')
> Left = 16
> Top = 8
> end
>

and Kaputnik added:

Perhaps it is this problem:
It is not enough to enter the password into the password-box, but also,
to
set PasswordRemembered to true...


Well, I did both of this things and it still gives me the error.

Any more suggestions? (please!)

Paul

p.s. I'm begining to think that rdb's don't like me!

p.p.s Just because I'm paranoid it doesn't mean they're not all out to
get me ;-)