I am looking for Line Chart Applet for web page. I found some which use data
in text file. Is there any applet available which can use data from database?
Please let me know at ksvirk@hotmail.com
Thanks.
Kulveer Virk
Printable View
I am looking for Line Chart Applet for web page. I found some which use data
in text file. Is there any applet available which can use data from database?
Please let me know at ksvirk@hotmail.com
Thanks.
Kulveer Virk
If you found one that uses data from a text file, you should be able to use
it for data from a database as well. If the applet will accept a URL for
the text file, just write a cgi, asp, jsp or other script to execute the
parameterized query and return a result set to the applet. The URL the applet
needs might look something like:
"http://myhost/scripts/results.jsp?month=12&dept=33"
The script's job is to query the database and return text in the format that
the charting applet expects.
---
"Kulveer Virk" <ksvirk@hotmail.com> wrote:
>
>I am looking for Line Chart Applet for web page. I found some which use
data
>in text file. Is there any applet available which can use data from database?
> Please let me know at ksvirk@hotmail.com
>
>Thanks.
>
>Kulveer Virk