Trusted connection using SQLNCLI OLEDB

Connection string

This SQL Native Client 9.0 OLE DB Provider connection string can be used for connections to SQL Server 2005, SQL Server 2000 and SQL Server 7.0.

Provider=SQLNCLI;Server=myServerAddress;Database=myDataBase;
Trusted_Connection
=yes;

Equivalent key-value pair: "Integrated Security=SSPI" equals "Trusted_Connection=yes"