Subject Re: {Disarmed} [firebird-support] Firebird Embedded open database file on network share
Author Elmar Haneke
> Is there a way to open a databse file on a network share with firebird
> embedded?

There is an Config-Option to allow that.

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