Hi all
I m very new to JFreeCharts and even I don't have good Idea about APIs and framework. I m looking for an Line chart example which should connect to oracle and display the data in line format.
plz help out by telling the steps/ code
its very urgent..
thanx in advance
bhaskar
help needed for database access
Re: help needed for database access
Hi Bhaskar,
The JFreeChart documentation might help you. There is a link at the top right of this page...the price is $39.95. I wish I could give it away for free, but I have to pay the mortgage.
Regards,
DG
P.S. The JDBC examples in the documentation use PostgreSQL, but the steps for Oracle should be pretty similar (I'm guessing).
The JFreeChart documentation might help you. There is a link at the top right of this page...the price is $39.95. I wish I could give it away for free, but I have to pay the mortgage.
Regards,
DG
P.S. The JDBC examples in the documentation use PostgreSQL, but the steps for Oracle should be pretty similar (I'm guessing).
Re: help needed for database access
When you get the documentation the URL connection will look like
"jdbc:postgresql://nomad/jfreechartdb"
--- change that to ----
"jdbc:oracle:thin:@hostname:port:sid"
That should get you into Oracle.
"jdbc:postgresql://nomad/jfreechartdb"
--- change that to ----
"jdbc:oracle:thin:@hostname:port:sid"
That should get you into Oracle.