Advertisement
Guest User

Untitled

a guest
Jul 27th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1. BD acesso = new BD("server=localhost;user id=root;password=gt512M4a1;port=4500;database=letswapp;persistsecurityinfo=True;Integrated Security=True");
  2.  
  3.                 acesso.TipoComando = CommandType.StoredProcedure;
  4.  
  5.                 acesso.AddParameter("_Id", null);
  6.  
  7.                 DataTable dt = acesso.ExecuteDataTable("procUsuarioSELECT");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement