Subject Re: could not find Database on testing computer
Author Adam
> At first I thought this was a problem on the Testing PC. But now I
> can't even run the application at home, and it seems like other
> untouched versions of the exe can't access the database giving the
> same error.
>
> At run time (after compiling) the linker gives the above errors.
>
> The last change I was trying to implement ( were not fully tested
and
> implemented). Involved copying 'hdk3ctnt.dll' to System32 and trying
> ti implement context sensitive help. But everything has suddenly
> changed....where I could easily open an Isql window and test a
> compiled application from BDS, or running a exe file, now I get
> errors.
>
> I tired what you said Adam, with two ISQL windows open, but even
with
> one open (or without) I get errors.
>
> The Database path previously didn't used to work without the
> 'localhost:' reference before the C:\Path. This is true with the
> compiled application (final exe file) and also at Design time by
> setting Active to TRUE.

This also counts as a connection. You could try leaving it false and
then setting it true in the OnCreate.

Adam