Advertisement
Guest User

Untitled

a guest
Aug 16th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var conn = new SqlConnection(@"SERVER=server;DataBase=db; user=us;password=pass;Connect Timeout=120;");
  2. SqlCommand comm = new SqlCommand("stored_procedure", conn);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement