CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    1

    How to graph results from a database?



    I need to graph exam results from a database table.I'm using a jdk1.2 ---Jdbc link to the database.

  2. #2
    Join Date
    May 1999
    Posts
    93

    Re: How to graph results from a database?

    Appears that you may not be willing to jump into the Graphics class and plot it yourself. There are a number of sofware vendors that sell graphing components. You may also want to visit
    http://www.javashareware.com
    to see if you can find a free a shareware version there (you might get the code too).


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured