Zitat von
mkinzler:
Zitat:
Also definitiv:
Interbase/Firebird können unter Windows nicht mit Datenbanken auf Netzlaufwerken arbeiten, es müssen lokale Platten sein.
Das stimmt nur bedingt FireBird bietet die Möglichkeit dies zu erlauben, durch setzten der Eigenschaft
RemoteFileOpenAbility = 1
in der firebird.conf
stimmt, den Parameter gibt es. Allerdings ist er für posix gedacht.
Zitat von
The Firebird Book, Page 751:
RemoteFileOpenAbility
Version 1.5 forward, POSIX only
CAUTION Use RemoteFileOpenAbility only with extreme caution
This is a Boolean parameter that, if set to True, allows the engine to open files that reside on a networked filesystem (NFS) mounted partition. It is intended to allow shadows on NFS drives that have high availability. It is not save for database files - except possibly a read-only database - because the filesystem is beyond the control of the local system. It should not be enabled for the purpose of opening any read/write database whose survival matters to you.
The default is 0 (False, disabled) and you should leave it that way unless you are very clear about its effects.
Dieser Parameter ist ursprünglich für eine Schattenkopie unter POSIX gedacht.
Man sollte ihn niemals für eine produktive Datenbank nutzen.
Gruß
onlinekater