Advertisement
alxsy

con_JSP

Aug 13th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <%@ page contentType = "text/html;charset=utf-8" %>
  2. <%@ page language="java" import="java.sql.*" %>
  3. <%
  4.  
  5. Class.forName("com.mysql.jdbc.Driver");
  6. Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/bingojob", "root", "123654");
  7. //Connection conn=con
  8. Statement st=con.createStatement();
  9. ResultSet rs=null;
  10. PreparedStatement pst = null;
  11.  
  12. %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement