Database: jdbc:mysql://localhost/[DB NAME] Driver: [LOCATION OF DB JDBC DRIVER] User: [DB USERNAME] Password: [DB PASSWORD] series1: Select Value from SalesBar where Year=2004 and Product='X' ORDER BY Month series2: Select Value from SalesBar where Year=2004 and Product='Y' ORDER BY Month