Icon RemoteHost Property

property RemoteHost: String

Usage

Use the RemoteHost property to specify the host name of a database server that you wish to connect to. A host name is alternate way of specifying a remote IP address by relying on DNS to translate the host name into a usable IP address. This property only applies to remote sessions where the SessionType property is set to stRemote. When the session is opened via the Open method or by setting the Active property to True, DBISAM will attempt to connect to the database server specified by the RemoteAddress or RemoteHost and RemotePort or RemoteService properties.
Image