How you do this is going to depend on what your server environment is like. What server scripting/programming language are you working with?
If you are using PHP, there is a sample script you can follow here: https://groups.google.com/d/msg/google-visualization-api/1Z2shPnkORA/RCj5QnyDVecJ. That connects to MySQL, but you can change the database connection string to this: $db = new PDO('sqlsrv:Server=myServerAddress;Database=myDatabase', 'username', 'password'); to connect to SQL Server. If you are using Windows, you should download and install the MSSQL Server driver for PHP: http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx On Thursday, August 7, 2014 8:42:37 AM UTC-4, ram wrote: > > How to make link of google charts with SQL2008 > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
