c-innovacion2/apply/include/db/db_close.jsp

10 lines
209 B
Plaintext

<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%
stmt2.close();
stmt.close();
conn.close();
} catch(NumberFormatException e){
response.sendRedirect("/error.jsp");
}
%>