Guest User

Untitled

a guest
Aug 26th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <%
  2. String driver = "org.postgresql.Driver"; //Driver JDBC del postgres
  3. String usuario = "tusuario"; // Usuario de postgresql
  4. String contra = "tucontraseña"; // Contraseña para postgresql
  5. String URL = "jdbc:postgresql://localhost:5432/escuela33"; //Ruta de la BD en postgresql
  6. %>
Add Comment
Please, Sign In to add comment