Enable MARS using SQL Native Client ODBC
Connection string
This SQL Native Client 9.0 ODBC Driver connection string can be used for connections to SQL Server 2005.
Driver={SQL Native Client};Server=myServerAddress;Database=myDataBase;
Trusted_Connection=yes;MARS_Connection=yes;