Advertisement

04.15.2008 at 06:24PM PDT, ID: 23325779
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

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

Asked by AEII in Active Server Pages (ASP)

I am getting this error message when attempting to access a site we moved to another provider:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/boss/login.asp, line 5

But what is strange is the following:
We moved the SQL DB to this provider 3 weeks ago. I posted several questions about the connection string that was finally resolved by just the order of how they wee listed which was not an issue with the past hosting provider.

I then moved the website to the new provider and attached the Db fine ... I could not login because I was waiting for the SSL cert, but the opening login page came up fine. It just bailed when you log in because there was no SSL.... Fine so far.

I had put the DB under another account and we decided to move it under the new webspace of the website (same provider different account) ... they gave me a new connection string which of course was only slightly different.

Now the page when attempting to access gets the above error message. It is not the same connection message that I got before, something to do with ?

The code in the login.asp is just trying to access and looks like something is not right, but as I said before it was working and all I did was change the database string and I 99.99% sure it is right ... Plus until they cancelled the other account, I could put the other location back in and it works fine.

Here is the code from the login.asp but I don't think this helps.

<!--#include file = "dsn.asp"-->

<%
Set con = Server.CreateObject ("ADODB.Connection")
con.open strCnn {Line 5}
Application.Lock
sqlcheck   = "select ApplicationTime,ApplicationCheck from GroupAdminReportDate"
set sqlcheckrs = con.execute(sqlcheck)

Start Free Trial
[+][-]04.15.2008 at 06:38PM PDT, ID: 21364118

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.15.2008 at 06:39PM PDT, ID: 21364126

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.15.2008 at 06:58PM PDT, ID: 21364196

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.15.2008 at 07:24PM PDT, ID: 21364291

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.15.2008 at 09:48PM PDT, ID: 21364871

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.16.2008 at 02:22AM PDT, ID: 21365959

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Active Server Pages (ASP)
Sign Up Now!
Solution Provided By: samic400
Participating Experts: 3
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628