On Oct 23, 5:09 pm, arkgroup <[EMAIL PROTECTED]> wrote: > yes, the question can be how to convert sql to datatable. > Any code sample?
Well, the sample of how to put data into a table is given above along with pointer to google's api So I suspect you are currently getting your SQL server side and then writing out HTML ? If so, it would seem your questions becomes "does anyone of any example of how I get results from a SQL query client- side" ? I'm sure there are plenty of examples on the net - if you are currenlty transforming your SQL server side, then just return it as XML and then make xmlhttprequest call from client to get the results client side as xml and shove them in data table from returned xml. The info is all out there. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
