- 55
- 0
- 约2.97万字
- 约 27页
- 2017-06-12 发布于北京
- 举报
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 Security=SSPI;
(use serverName\ins
原创力文档

文档评论(0)