Standard security using SQL Server Native Client 11.0 ODBC

Connection string

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

Driver={SQL Server Native Client 11.0};Server=myServerAddress;
Database
=myDataBase;
Uid=myUsername;Pwd=myPassword;

Are you using SQL Server 2012 Express? Don't miss the server name syntax Servername\SQLEXPRESS where you substitute Servername with the name of the computer where the SQL Server 2012 Express installation resides.

When to use SQL Native Client?