Subject | [firebird-support] Re: Firebird LAN problem |
---|---|
Author | Christian Waldmann |
Post date | 2010-08-24T06:57:29Z |
Hello Stefan
To use a database, only one computer has to run the firebird server. All
other computers do only need the firebird client and connect via the
server to the database.
The database on the server must be on a local drive of this computer and
no other computer needs file access to the database file. All database
manipulation is done through the server.
If there is a : after the server name in the connection string, TCP/IP
protocol is used, so the connection string of Ann is perfect.
If you didn’t change the port firebird should use, the client uses the
default port of 3050, and you do not have to add a port to the
connection string.
Good luck
Christian Waldmann
To use a database, only one computer has to run the firebird server. All
other computers do only need the firebird client and connect via the
server to the database.
The database on the server must be on a local drive of this computer and
no other computer needs file access to the database file. All database
manipulation is done through the server.
If there is a : after the server name in the connection string, TCP/IP
protocol is used, so the connection string of Ann is perfect.
If you didn’t change the port firebird should use, the client uses the
default port of 3050, and you do not have to add a port to the
connection string.
Good luck
Christian Waldmann