Share via


3.4 IP Address as Data Source

  Provider=sqloledb;Data Source=192.168.2.1\InstanceName;Integrated Security=SSPI;

"Data Source=192.168.2.1\InstanceName" specifies that the connection is being established to the "InstanceName" named instance on the server whose IPv4 address is 192.168.2.1.