Tuesday, December 8, 2009

SQL Connection Strings

SqlConnection conn = new SqlConnection("server=localhost; Initial Catalog=Northwind; User Id=sa;Password=sa;");

ID=userid
Passowrd=sql server password to login to that account
server=name/IP of the server you are trying to log in

No comments:

Post a Comment