[Overview][Types][Classes][Variables][Index] |
Host and optionally port or instance
Source position: mssqlconn.pp line 122
published property TMSSQLConnection.HostName : string; |
TMSSQLConnection specific: you can specify an instance or a port after the host name itself.
Instance should be specified with a backslash e.g.: 127.0.0.0.1\SQLEXPRESS. Port should be specified with a colon, e.g. BIGBADSERVER:1433
See http://www.freetds.org/userguide/portoverride.htm