SQL数据库连接字符串大全.docVIP

  • 2
  • 0
  • 约3.05万字
  • 约 27页
  • 2016-08-23 发布于河南
  • 举报
SQL数据库连接字符串大全

SQL Server ODBC Standard Security: Driver={SQL Server};Server=Aron1;Database=pubs;Uid=sa;Pwd=asdasd; Trusted connection: Driver={SQL Server};Server=Aron1;Database=pubs;Trusted_Connection=yes; PRompt for username and passWord: oConn.Properties(Prompt) = adPromptAlways oConn.Open Driver={SQL Server};Server=Aron1;DataBase=pubs; OLE DB, OleDbConnection (.NET) Standard Security: Provider=sqloledb;Data Source=Aron1;Initial Catalog=pubs;User Id=sa;Password=asdasd; Trusted Connection: Provider=sqloledb;Data Source=Aron1;Initial Catalog=pubs;Integrated Sec

文档评论(0)

1亿VIP精品文档

相关文档