Guest User

Untitled

a guest
Nov 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public UsrConexion()
  2. {
  3. this.cadenaconexion = ("data source=ECRIBOL\Juan360;initial catalog=Degi;user id=sa;password=12stones.4;MultipleActiveResultSets=True");
  4. this.cnn = new SqlConnection(this.cadenaconexion);
  5.  
  6. }
  7.  
  8. }
  9. }`
Add Comment
Please, Sign In to add comment