i want to plot a dynamic graph in applet taking values fromthe database. will someone have any idea about how to do that job.
It would apear to be a simple loop after a database call.ex:make the DB call, store ResultSet answer into an array, thenloop through the array doing a Graphics draw onto a Canvas for eachpoint.......