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
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
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,
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.
thank u balu and vijay
hi raghav,
http://www.um.es/fem/Ejs/Ejs_en/index.html
good site for learning ideas
http://www.jfree.org/jfreechart/
with
http://cewolf.sourceforge.net/new/index.html
Manuel Leiria