Subject | Re: [firebird-support] Embedded server and network drives |
---|---|
Author | Erik S. LaBianca |
Post date | 2003-10-14T13:52:32Z |
>I believe by default the firebird 1.5 server (embedded or otherwise)
> 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.
>
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