Subject DB Connection problem
Author Lou
Help.

I am using IBO and set my DB connection parms at runtime. I am
getting an error "Cannot Open File" when I call the Connect or Open
method. I guessed this was the server complaining as the open
database call is what fails. I have debug messages surrounding it
and the second message never executes. I have tested app on local
machine and another similar network with a server. My parms are read
in from an ini file. I have examine the security rgiths of folder
that contains the db and all is like the server that does work.

To prove the server was working fine I wrote a small test app using
IBX that connects using the same parms from my config file and it
connects and can query the db.

The IBO app is a migrate Paradox application that works fine. I have
removed all units that are BDE related and tested app on machine that
does not have the BDE. Both servers are running FB 1.03 as is my
development workstation.

Should I be chaning the creation order of my objects? I will have
access to the problematic server in a fewhours and will create a
simple program using IBO and see if it connects.


Anyway, I will keep digging on this one.

-Lou