Subject | Re: [firebird-support] Database on network drive? |
---|---|
Author | Elmar Haneke |
Post date | 2004-04-01T12:42:11Z |
Tom Munro Glass schrieb:
Just remove the checks for network drives (ISC_check_if_remote) and
recompile the server.
Beware: Firebird might damage databases opened from several machines!
Super-Server should prevent this by exclusively locking the file -
this should block other machines from accessing it.
Elmar
> Will FB, either the full server or the embedded server, work with a databaseIf really required it should be an simple modification in jrd.cpp.
> file located on a fileserver? The file could either be accessible via a
> mapped network drive or a UNC address.
Just remove the checks for network drives (ISC_check_if_remote) and
recompile the server.
Beware: Firebird might damage databases opened from several machines!
Super-Server should prevent this by exclusively locking the file -
this should block other machines from accessing it.
Elmar