Subject | Re: could not find Database on testing computer |
---|---|
Author | Adam |
Post date | 2006-02-24T05:09Z |
> At first I thought this was a problem on the Testing PC. But now Iand
> 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
> implemented). Involved copying 'hdk3ctnt.dll' to System32 and tryingwith
> 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
> one open (or without) I get errors.This also counts as a connection. You could try leaving it false and
>
> 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.
then setting it true in the OnCreate.
Adam