I would like to ask a question regarding google interactive chart API. How do I get the data from my own database in order to show my chart in stead of hard coding it in visual basic?
1
Expert's answer
2010-07-27T11:31:43-0400
If we understand your question right, Google has no access to your database and there is only one way to use data from you databases for Google API charts - write application that select data and send it to Google in VB or another language. It could be done using special libraries.
Comments
Leave a comment