%@ 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="false"%>
|
|
|
|
Work-Life Balance TestWe all want to have a balance in our lives. Work is important (it pays the bills and gives us a sense of identity) but our home life is equally important. The Work-Life Balance Test seeks to draw attention to the many aspects of our lives - our relationships, money issues, family, social support, community issues, home life and work impact. Take the test and see how 'balanced' you are! And we have some helpful advice if you need it - in your Results page.
<% Connection con = null; Class.forName("com.mysql.jdbc.Driver").newInstance(); //Class.forName("org.gjt.mm.mysql.Driver").newInstance(); con = DriverManager.getConnection("jdbc:mysql://localhost/alexaad1_calmaDB?user=alexaad1_webuser&password=webuser1234"); //con = DriverManager.getConnection("jdbc:mysql://localhost/calmaDB","gavin","whisky"); %> "); } 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
|