Brachole Report post Posted April 15, 2008 Hi, I have a website in ASP that is dynamic. Most content is displayed through a recordset from an Access Database. Is it possible to instead of creating an XML file by using the XML Generator, to create the chart using data from the database, using a recordset? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 16, 2008 Hi, I am afraid, you can not set a recordset to the chart to provide data. You would need to write ASP code to connect to the recordset, build XML dynamically and set that to the chart. Share this post Link to post Share on other sites
Brachole Report post Posted April 16, 2008 has anyone done this before and would you have an example for this? Many thanks. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 17, 2008 Hi, We have some basic samples on How to provide data to FusionCharts from database in ASP in our Download Pack and also provided Dcoumentation. Could you please visit our Online Documentaion :http://www.fusioncharts.com/docs in Section : Guide For Web Developers >> Using With ASP >> Plotting From Database page(http://www.fusioncharts.com/docs/Contents/ASP_DB.html) for more on this? Share this post Link to post Share on other sites