SQL Native Client ODBCEncrypt data sent over network
Driver={SQL Native Client};Server=myServerAddress;Database=myDataBase;
Trusted_Connection=yes;Encrypt=yes;
Connecting
This connection string (Encrypt data sent over network using SQL Native Client ODBC) can be used for connections to SQL Server 2000, SQL Server 2005 and SQL Server 7.0.
Not the right connection string for you?
Start over in the connection string reference index.
You can also get help in the Q&A forums where you can ask your own question.
The kb articles contains how-tos and instructions and you can search for anything if you're not sure were to look.