Subject | Re: [firebird-support] UNC path???? |
---|---|
Author | Ivan Prenosil |
Post date | 2004-10-01T14:28:28Z |
> Please,helpe-me.You don't. Firebird does not use file sharing architecure
>
> How to use UNC path for connect GDB database?
>
> Example:
>
> \\server\name-map-drive\database.gdb
>
> \\server-app\JFi\database.gdb
where you specify remote file. Intstead it is classic client/server
architecture, where you have to specify remote computer name,
protocol, and *local* file path as seen by server.
Short description is here
http://www.volny.cz/iprenosil/interbase/connect_string.htm
Ivan