Subject Re: [firebird-support] Embedded server and network drives
Author Erik S. LaBianca
>
> Is there a way to have such an application on a network drive. I don't
> need multiuser access, just having all the files on a network drive
> instead of a local drive.
>

I believe by default the firebird 1.5 server (embedded or otherwise)
automatically tries to connect to another server running on the machine
the file is coming from.

Setting RemoteFileOpenAbility = 1 in firebird.conf should make this
work, although I haven't tried it and it's not really recommended behavior.

--erik