DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Kulveer Virk Guest

    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

  2. #2
    Bob Weil Guest

    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



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links