DBNAME for Embedded Connections
The DBNAME
value for embedded connections and for the “Windows Local” (XNET) style of connection uses just the file path or alias, without host name, IP address or any port number.
Note
|
From Firebird 3 on, the way we conceptualise non-network connections on all platforms is more unified than for the earlier versions.However, from the point of view of the ODBC/JDBC driver, the expression of the |
Local connection on a Windows server using first the file path and next an alias:
DBNAME=C:\db\myDb.fdb
DBNAME=C:dummy
On a POSIX server:
DBNAME=/usr/local/db/myDb.fdb
DBNAME=dummy