Sets Host on which server is running. Syntax: property Host: String; Description: The value of Host may be either a hostname or an IP address. If property Host is empty string, or the string "localhost", or '127.0.0.1' a connection to the local host is assumed. If the OS supports sockets (Unix) or named pipes (Windows), they are used instead of TCP/IP to connect to the server. See also: DatabaseName, Port, UserName, UserPassword properties |