1
Reply

Database connection

Ask a question
anuimago

anuimago

17y
3k
1
Hi,

What is the difference between the following

1. SqlConnection cn = new SqlConnection("Server=(local); Initial Catalog=pubs; uid=sa; pwd= ");
2.
SqlConnection cn = new SqlConnection("Data Source=localhost; Integrated_Security=SSPI;Initial Catalog=pubs");

When will we use the above two in which scenario? Pls explain.

Thanx in advance


Answers (1)