%@ page contentType="text/html; charset=iso-8859-1"%> <%@ page language="java"%> <%@ page errorPage=""%> <%@ page import="java.sql.*"%> <%@ page import="java.io.*"%> <%@ page import="java.util.*"%> <%@ page import="java.lang.*"%> <%@ page session="true"%>
|
|
|
|
Stress at Work TestThe Test involves 6 sections relating to life at work. Please read each statement and click Yes or No, as appropriate. The Test should take you no more than 10 minutes to complete! <% Connection con = null; Class.forName("com.mysql.jdbc.Driver").newInstance(); con = DriverManager.getConnection("jdbc:mysql://localhost/alexaad1_calmaDB?user=alexaad1_webuser&password=webuser1234"); //con = DriverManager.getConnection("jdbc:mysql://localhost:3306/calmaDB","gavin","whisky"); //Was trying to use this to pass the Connection to StressTestResults.jsp, but didn't work... //session.setAttribute("testAttribute","testValue2"); %>"); } catch (Exception e) { e.printStackTrace(); out.println("Query failed"); } finally { try { if(con!=null) con.close(); } catch(SQLException sqle) { sqle.printStackTrace(); out.println("con.close() failed"); } } %> |
| Copyright © 2004 to Calma Partnership LLP | Site Map |
Site design & construction by
|