Subject | Re: [IBO] connection question |
---|---|
Author | Jason Wharton |
Post date | 2001-01-11T17:25:02Z |
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
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
>
>
>