MySql « Development « JFreeChart Q&A





1. Help on MySql,TimeSeriesDemo    jfree.org

3. JFreechart & MySQL    jfree.org

4. Passing data between MySql and jFree results in Java Crash    jfree.org

Passing data between MySql and jFree results in Java Crash by aram535 Mon Jun 29, 2009 4:52 pm I have a very odd problem. I'm doing 18 MySql "select count(*) from .... " based on 2 Enums (3 x 6). Fairly simple stuff. The main problem is this: 1) If I leave the MySQL stuff and comment out the createChart(dataset) ...