suedman Report post Posted July 8, 2009 (edited) Hello, I'm currently evaluating the FusionChartsFree to see if we can use the full version in our company. I successfully completed the BasicDBExample with the Access Database. Now i need to do the same with a SQL Database because all our data is stored in SQL DBs. I build a project based on the BasicDBExample. Then i filled the SQL Db by executing the provided SQL script. Also i altered the web.config connectionString with the neccessary login information and i put this string inplace in the DbConn.cs file When i run the page now i get an empty website with no Flash Chart whatsoever. No erros, no output. Does anyone have a suggestion for me? Did i missed a step ? EDIT: i found an error string: ERROR [28000] [Microsoft][ODBC SQL Server Driver] Fehler bei der Anmeldung f Edited July 9, 2009 by Guest Share this post Link to post Share on other sites
suedman Report post Posted July 9, 2009 (edited) solved it. the correct web.config did the trick. < add name="SQLServerConnection" connectionString="Data Source=SERVERSQLEXPRESS;Initial Catalog=Database;Integrated Security=SSPI;" providerName="System.Data.SqlClient"/> Edited July 9, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 9, 2009 Glad you got the solution. Share this post Link to post Share on other sites