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

11 lines
211 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");
}
%>