Encrypt data sent over network using SQL Server Native Client 10.0 ODBC

Connection string

This SQL Server Native Client 10.0 ODBC Driver connection string can be used for connections to SQL Server 2008, SQL Server 2005, SQL Server 2000 and SQL Server 7.0.

Driver={SQL Server Native Client 10.0};Server=myServerAddress;
Database
=myDataBase;
Trusted_Connection=yes;Encrypt=yes;