Subject Re: [ib-support] Networking with IBX (Delphi)
Author Ivan Prenosil
> 1. Install IBServer on the Server.
>
> 2. Uninstall IBServer on the workstation(s) and install IBClient on
> them.

IBServer can act as client too.

> 3. Place the database on the server and register it with IBConsole.

You do not have to register it (it is good only for local IBConsole application, not for remote clients).

> Does a server always have a name, can it not just have a path like, C
> Drive is local, G,H & I drives are server drives for example?

IB is true Client/Server database. Client talks to Server (so you need name of the machine),
Server works with database file (that is local on server machine).