retriving data from sql server and producing it as statistical graph

Hi,

how to retrive data from sql server and produce it as statistical graph as output

which concept will be easy to implement?...

Please reply......

Regards,

Raghavan

[204 byte] By [raghavjavaa] at [2007-11-27 11:30:02]
# 1

Hi raghav,

http://technet.microsoft.com/en-us/library/aa226166(sql.70).aspx

or

http://www.google.com/search?hl=en&client=netscape-pp&rls=com.netscape%3Aen-US&q=+data+from+sql+to+produce+graphical+output&btnG=Search

or

java : http://portal.acm.org/citation.cfm?doid=384266.299737

first choose any of your frontends, which is used to display your graphical output, java 2d and 3d is good for this,

drvijayy2k2a at 2007-7-29 16:31:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

You can retrieve data from a SQL database using JDBC and SQL. Or using an ORM, like Hibernate.

You can present the data to the world using HTML and CSS. Horizontal and vertical bar graphs are easy to implement using HTML and CSS. For rounded (pie) or multidimensional graphs you'd better to use a servlet which generates dynamic images using AWT.

BalusCa at 2007-7-29 16:31:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

thank u balu and vijay

raghavjavaa at 2007-7-29 16:31:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

hi raghav,

http://www.um.es/fem/Ejs/Ejs_en/index.html

good site for learning ideas

drvijayy2k2a at 2007-7-29 16:31:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5

http://www.jfree.org/jfreechart/

with

http://cewolf.sourceforge.net/new/index.html

Manuel Leiria

manuel.leiriaa at 2007-7-29 16:31:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...