Asp.Net Framework
Showing posts with label
Sql connection strings
.
Show all posts
Showing posts with label
Sql connection strings
.
Show all posts
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
Older Posts
Home
Subscribe to:
Posts (Atom)