1
Answer

Database connection

anuimago

anuimago

16y
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)