Advertisement
wingman007

ConnectionStringFMI

Nov 17th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @"Data Source=FMI-532-0\SQLEXPRESS;Initial Catalog=users :);User ID=sa;Password=sa;Integrated Security=false"
  2.  
  3. Darina (web form SQL Server):
  4. SqlConnection con = new SqlConnection(@"Data Source=FMI-532-7\SQLEXPRESS;Database=Project_Users;Persist Security Info=False;User ID=sa;Password=sa;");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement