摘要: 在网上搜集到了各种连接数据库的connectionStrings书写方式,特地汇总下,以备不时之需。· ODBC · Standard Security: "Driver={SQLServer};Server=Aron1;Database=pubs;Uid=sa;Pwd=asdasd;" · Trusted connection: "Driver={SQLServer};Server=Aron1;Database=pubs;Trusted_Connection=yes;" · Prompt for username 阅读全文
posted @ 2011-03-21 10:17 IT爱好者 阅读(671) 评论(3) 推荐(0) 编辑