%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
Untitled Document
<%
Connection con;
ResultSet rs;
Statement st;
String profiler=request.getParameter("profile");
out.println(profiler);
String profile;
String username="";
String name=username;
username =(String) session.getAttribute("name1");
try
{
Class.forName("com.mysql.jdbc.Driver").newInstance();
con = DriverManager.getConnection("jdbc:mysql://localhost/iitDB","root","91don699629");
st=con.createStatement();
rs=st.executeQuery("select username,profile from adminfac where username='"+username+"' ");
if(rs.next())
{
profile = rs.getString("profile");
if(!profiler.equals(profile))
st.executeUpdate("update adminfac set profile='"+profiler+"' where username='"+username+"' ");
}
response.sendRedirect("lview.jsp");
}
catch(SQLException sqle)
{
System.err.println(sqle.getMessage());
}
catch (ClassNotFoundException cnfe){
System.err.println(cnfe.getMessage());
}
catch (Exception e){
out.println(e.getMessage());
out.println("sql Exexption");
}
%>
rwrnvgk2ixtRd1WCbQKqk7keB7tro0RNBX1swkO6Ndo=.html