On Tue, Apr 14, 2009 at 2:19 PM, Michael <[email protected]> wrote: > > Must be a way though. Some guy is grabbing information using mySQL > right! I just don't understand it enough. > >
Like P00kie said above, you need something that can generate output understood by the javascript on your display page. An easy way would be to use web scripting language like ASP or PHP to grab the data from your access or excel sheet through odbc or have the webscript parse out the data from the files themselves, then generate the html page with the data embedded within. This one is displaying temperature data from outside my house and also showing the frequency which the furnace fires up. Data source is MySQL. http://www.omnistep.com/furnacemonitor/googleviz-direct.php source http://www.omnistep.com/furnacemonitor/googleviz-direct.phps ~Rolan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
