Subject | Re: Database file in mapped drive |
---|---|
Author | lsbtreis |
Post date | 2004-10-06T10:12:07Z |
In our system there is only one process opening the database. We
were thinking of storing the file in a disc in other machine and
accessing it by a mapped drive just for security reasons. What are
the riscs of doing this ( for the risk-affine people :-) )?
--- In firebird-support@yahoogroups.com, Elmar Haneke <elmar@h...>
wrote:
were thinking of storing the file in a disc in other machine and
accessing it by a mapped drive just for security reasons. What are
the riscs of doing this ( for the risk-affine people :-) )?
--- In firebird-support@yahoogroups.com, Elmar Haneke <elmar@h...>
wrote:
> > I was reading the documentation of Firebird and found that it isnot
> > possible to use network mapped drives to hold the database file.Is
> > this true? If it's true can you explain me why? I'm usingWindows XP
> > with Firebird 1.5.1.drive
>
> It does not make any sense to place the database on an mapped
> since Firebird does not support "peer-to-peer-networking": Onlyone
> process can open the database simultaneously.
>
> There is an config-option (for the risk-affine people) to allow DB
> files on mapped drives.
>
> Elmar