Serves to supply the server name for login.
property Server: string;
Use the Server property to supply server name to handle server's request for a login. If this property is not set, MyDAC tries to connect to Localhost.
The Server property can be used only if TMyConnectionOptions.Embedded is set to False.