skip to main content
Using the ADO.NET Client : Specifying Connection Options : Host
 

Host

Property

Host

Description

Specifies either the name or the IP address of the server to which you want to connect.
Note: Do not combine the Host and Server Data Source connection string options in a connection string. Supplying multiple terms for the OpenAccess server causes the data provider to throw an exception.

Valid Values

string
where string is the name or IP address of the server.

Example

if your network supports named servers, you can specify a server name such as OpenAccessAppServer. Or, you can specify an IP address such as 122.23.15.12.

Default

Localhost