用ODBC连接到数据库,用以下三个connection string
1.  @"Driver={Sql Native client};server=localhost;database=master;trusted_connection=yes;connect timeout=100",2.  @"Driver={Sql Native client};server=localhost;database=master;integrated security=SSPI;connect timeout=100",3.  @"Driver={Sql Server};server=localhost;database=master;trusted_connection=yes;connect timeout=100",1可以,2/3错误?
有没有高手指点下为什么?