Subject Re: [IBO] Cannot Open File Error
Author ehandbury
--- In IBObjects@y..., "Helen Borrie (TeamIBO)" <helebor@t...> wrote:
> At 12:53 AM 03-04-02 +0000, you wrote:
> >Hello,
> >
> > (IBO4.2Gc, Firebird 1.0-796, BCB4)
> >
> > I am still getting this error even after updating my
IBO/Firebird
> >software. Right after the 'Login Dialog' I get a uninformative
> >errorbox which plainly states: Cannot Open File.
>
> This is an OS-level message so you need to look at filesystem files
that
> your application needs to access. The first clue will be whether
login
> succeeds. If it does, then you can eliminate the possibility that
(a) the
> client program (gds32.dll) can't be found and the database can't be
found.

Well, well... I found a work-around which makes the login succeed.
I just entered a '0' in for the SQL-Role on the Login Dialog box and
it allowed me in. Without the '0', I get the 'Cannot Open File'
message.
I don't use any Role functionality in my app, so I wouldn't want my
users to enter '0' everytime they login. I'll try to specify '0' for
the SQL-Role in the TIB_Connection and see if that helps.

Anyway, this seems like a bug on either Firebird's or IBO's part.

Thanks. Eric.