|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
![]() |
how to build connection string for MS SQL Server? |
||||
Standard Security
Driver={SQL Server};Server=myServerAddress;Database =myDataBase;Uid=myUsername;Pwd=myPassword; Trusted connection
Driver={SQL
Server};Server=myServerAddress;Database
=myDataBase;Trusted_Connection=Yes;
Prompt for username and password oConn.Properties("Prompt") = adPromptAlways
Driver={SQL Server};Server=myServerAddress;Database =myDataBase; OLE DB
, OleDbConnection (.NET)
Standard Security Provider=sqloledb;Data
Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;
Trusted connection
Provider=sqloledb;Data
Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;
|
||||
Powered by
DBNest.com (Nest of DB Professionals)
