Sign in to follow this  
kriscash

Can't make it working with SQL Database - Please Help

Recommended Posts

Hi guys,

 

Please help me connecting it to database with ASP.Net 2.0/3.5 /c#

 

While in aspx.cs we have ODBC driver in web.config there is oledb connectionstring.

 

For some reason I cannot connect it to my sql (Standard or Express versions).

 

I get an error on compilation level:

 

ERROR [iM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

 

 

 

while getting to a function in aspx client file:

 

 

 

//Write the data as JavaScript variables here

	<%=GetScript()%>

 

 

 

 

 

The File I'm testing it on is Detailed.aspx / Detailed.aspx.cs from within provided samples

 

 

 

I've got InfoSoftGlobal.dll in my bin folder and all the paths to FusionCharts seems to be fine.

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