Sign in to follow this  
suedman

Problem importing data from SQL database

Recommended Posts

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 by Guest

Share this post


Link to post
Share on other sites

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 by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this