Subject Re: Embedded Database File on Network Share?
Author Adam
Hi Jarrod,

Firebird can not use a database that resides in a path that is not
directly owned by the machine the server is running on. For embedded,
this means that it can't run using Roaming Profiles. Even if it was
possible, I imagine the performance would be unacceptable.

On machines with Roaming Profiles, the files will need to be copied to
somewhere on the local hard drive to work properly, or you may need to
use SuperServer and do it that way (which has the same API so it is no
big deal).

Adam