Subject Accessing databases on Windows remote mounted drives
Author bukowskir
We have a need to open databases that are stored on drives
that are mounted on the machine that is accessing the database
with the embedded server. I know that the documentation says not
to do this -- but we can guarantee that there is only one
process (with Firebird embedded) accessing the file at one time.
I can't find any way to enable this; whenever I try to open the database, I get an exception, which says that it is "unable
to complete a network request to host "cy248"" (cy248 is the machine
which is serving the mounted disk).

Is there some way to enable this type of access on Windows?