Subject Re: [firebird-support] Re: I/O error when connect to embedded db for the 1st time
Author Ann W. Harrison
Sean wrote:
>
> I created the database in superserver mode, but used it in embedded
> mode without firebird service installed.
>

The CreateFile Directive Failed error probably means that the embedded
engine can't open the database file - on Windows we call CreateFile to
open files. If you created the database with SS, you'll need to make
sure that the permissions on the database allow the embedded user to
open and write the file.

Regards,


Ann