<!-- Database Connection Info -->
Database: jdbc:mysql://localhost/[DB NAME]
Driver:   [LOCATION OF DB JDBC DRIVER]
User:     [DB USERNAME]
Password: [DB PASSWORD]

<!-- Bar Data -->
<!--                 SQL Statement for Series 1 and 2 -->
series1: Select Value from SalesBar where Year=2003 and Product='X' ORDER BY Month      
series2: Select Value from SalesBar where Year=2003 and Product='Y' ORDER BY Month           
