Subject | Re: {Disarmed} [firebird-support] Firebird Embedded open database file on network share |
---|---|
Author | Elmar Haneke |
Post date | 2015-01-20T09:05:20Z |
> Is there a way to open a databse file on a network share with firebirdThere is an Config-Option to allow that.
> embedded?
But besides performance degeneration you will get database-corruption
once the database is opened from multiple clients simultaneously.
For this reason opening remote files ist disabled by default.
Your should use an Server process instead or move the file to local disk.
Elmar