Subject Re: [IBO] Can not find password database
Author ra8009
--- In IBObjects@yahoogroups.com, "Alan McDonald" <alan@m...> wrote:
> > > > I have an XP server with one client computer running XP. I'm
> > > > connecting using TCP/IP.
> > > >
> > > > Previously, I could open my application running against
Firebird 1.5
> > > > and it worked fine. I believe after the installation of Delphi
2005, I
> > > > started getting a message like "Can not find password
database" when
> > > > the connection tries to "open". What might be causing this?
> > > >
> > >
> > > D2005 probably comes with a version of interbase. You would have
> > overwritten
> > > your client libary.
> > > Alan
> >
> > I checked my Windows\System directory and found a GDS32.DLL with the
> > same date and time stamp as the fbclient.dll in my firebird\bin
> > directory. Is there something else that I should look for?
>
> on this occasion time and date stamp might be correct but don't rely
on it
> as a rule - check versions in the properties sheet.
> But are you running this app from D2005 IDE? Does D2005 have another
client
> lib visible to it?
> You are using IBO I assume?
>
> Alan

I am using IB Objects and Delphi 7. Your comment "time and date stamp
might be correct but don't rely on it" helped solve the problem. The
size and timestamp were identical, even the trailing part or the
version number "4481" matched, BUT the first part of the version
number was 6 instead of 1. When I replaced GDS32 everything was fine.

Thanks!