Firebird in applications shared in LAN net

In the client applications in which more computer are connected in network
  1. In the application project use a connection string like this “server=computer name where the server resides; username=user name ; password=user password; database= explicit path of the database in the server machine\mydb.gdb"
  2. You have to install in the client machine the .net framework.
  3. You have also to copy on the in the client machine only the escecutable of the application and to install the FirebirdClient-2.0.1.
  4. You don't need install neither the Server of Firebird neither the client library in the client machine.
  5. If the server machine is firewalled let open the port n. 3050 in the firewall.
  6. There's no other you have to do.

No comments

Post a Comment