<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %> <%@ include file="connections/mcfp.jsp" %> <% Driver Driverrst = (Driver)Class.forName(MM_mcfp_DRIVER).newInstance(); Connection Connrst = DriverManager.getConnection(MM_mcfp_STRING,MM_mcfp_USERNAME,MM_mcfp_PASSWORD); PreparedStatement Statementrst = Connrst.prepareStatement("SELECT nletterid, lettername, filepath FROM tblnletters WHERE active = 0 ORDER BY nletterid"); ResultSet rst = Statementrst.executeQuery(); boolean rst_isEmpty = !rst.next(); boolean rst_hasData = !rst_isEmpty; Object rst_data; int rst_numRows = 0; %> <% Driver Driverrst2 = (Driver)Class.forName(MM_mcfp_DRIVER).newInstance(); Connection Connrst2 = DriverManager.getConnection(MM_mcfp_STRING,MM_mcfp_USERNAME,MM_mcfp_PASSWORD); PreparedStatement Statementrst2 = Connrst2.prepareStatement("SELECT eventid, event, filepath, imagepath FROM tblevents WHERE active = 0"); ResultSet rst2 = Statementrst2.executeQuery(); boolean rst2_isEmpty = !rst2.next(); boolean rst2_hasData = !rst2_isEmpty; Object rst2_data; int rst2_numRows = 0; %> <% int Repeat1__numRows = -1; int Repeat1__index = 0; rst_numRows += Repeat1__numRows; %> Welcome to Mark Chaston Financial Service: For all your Financial Planning Needs

"Before seeking our assistance, you probably have a number of questions you would like to ask about Aon Financial Planning and Protection Ltd and Mark Chaston Financial Planning. Please read our Financial Services Guide and Advisor Profile which provide information about the financial services we offer to help you decide whether to use our services.”

Our clients come to us for advice on:

  • accumulating enough capital for retirement;
  • implementing the strategies & tactics of the wealthy to avoid paying too much tax and to build wealth;
  • providing security for their family and protecting them from creditors and predators, and rebalancing the family balance sheet;
  • protecting themselves from the potential problems of a critical or long term illness;
  • moving their assets to the next generation and to be in control of who their well earned wealth goes to.
 
About Us | Home | Terms and Conditions | Privacy | General Advice Warning | Contact Us | ©2007 Mark Chaston Financial Planning
<% rst.close(); Statementrst.close(); Connrst.close(); %> <% rst2.close(); Statementrst2.close(); Connrst2.close(); %>