Subject Re: [IBO] connection question
Author Paul Little
Simply removing these two things gave no improvement at all. It seems
that the only way I can connect cleanly is to have nothing in the Params
property, set PasswordRemembered to false, LoginPrompt to true and let
the user login via the dialogue box.

I did really want to avoid this (I know, I know) so if anyone has any
more suggestions I'd be glad to hear them.

tia

Paul

Jason Wharton wrote:
>
> Try removing the PasswordRemembered and SavedPassword entries in the DFM and
> see what it does.
>
> Regards,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> ----- Original Message -----
> From: "Paul Little" <paul.little@...>
> To: <IBObjects@egroups.com>
> Sent: Thursday, January 11, 2001 10:14 AM
> Subject: Re: [IBO] connection question
>
> > Hi Jason,
> >
> > This is it:
> >
> > object Database1: TIBODatabase
> > PasswordRemembered = True
> > SavedPassword = '.JuMbLe.01.4D42A4EC68518C08'
> > DatabaseName = 'modeldb'
> > Params.Strings = (
> > 'path=c:\riskmodel\data\riskdata.gdb'
> > 'username=RISKMODEL'
> > 'password=riskdata')
> > Left = 280
> > Top = 144
> > end
> >
> > Please tell me what is wrong.
> >
> > tia
> > Paul
> >
> > Jason Wharton wrote:
> > >
> > > Look at the connection Params settings and make sure there is an entry
> for
> > > the PASSWORD item.
> > > What do you have entered in there?
> > >
> > > Jason Wharton
> > > CPS - Mesa AZ
> > > http://www.ibobjects.com
> >
> >
> >