Subject | Re: I/O error when connect to embedded db for the 1st time |
---|---|
Author | Adam |
Post date | 2007-01-10T20:07:42Z |
>Do you know whether it was Firebird or your service that had this
> Here are more info that I got just now. Hope this can be useful:
>
> 1. The error message is: operating system directive CreateFile failed
error. Could be permissions etc. Note also that in Windows CreateFile
is not always creating a "file".
>Is your service started by Windows prior to Firebird? I am assuming
> 2. The application using the database is a service. Everytime when the
> computer is rebooted, the service can't start because of this error.
> But after login and start the service manually, it works fine.
>
Firebird is installed as a Service not as an Application. As in have
you declared Firebird as a service your service depends on? If not,
your service will have to take into account the fact that Firebird may
not yet be running.
Adam