-
Line Chart Applet
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
-
Re: Line Chart Applet
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|