Posts by Raphael Soares • 43 points
2 posts
-
1
votes1
answer554
viewsQ: JDBC connection in Eclipse Neon
I need help adding the JDBC driver to my project done in the Eclipse Neon version. If possible pass a connection class to test.
-
2
votes1
answer593
viewsQ: How do function to encrypt password in C#?
How do function to encrypt password in C#? I want to take the password attribute and encrypt it. public String gravarCadastro(Cadastro cadastro) { string sql; int retorno; string resp; try {…