ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  chart director and mysql
Posted by carlos villanueva on May-17-2011 01:21
Hello:
And want to do some select from a data base, and the results that I get, I would like to put them in a chart.

It is possible to use both apliccations at the same time??
Thanks

  Re: chart director and mysql
Posted by Peter Kwan on May-17-2011 01:59
Hi Carlos,

Yes. You can data can come from anywhere you like, such as from mysql. After your code reads the data from mysql, it can pass the data to ChartDirector to create charts.

In fact, most of the people that use ChartDirector on PHP are using ChartDirector with mysql.

There are some short examples in the "Using Data Sources with ChartDirector" section of the ChartDirector documentation.

Hope this can help.

Regards
Peter Kwan