Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a classic asp web page that works perfectly with SQL 2000. It does not, however, work with SQL 2005. What do I need to do on the server to get this to work?
Posted
Comments
Sandeep Mewara 24-Jan-11 0:51am    
Can you elaborate more on what does not work?

Something here[^] might help.
 
Share this answer
 
The connection string for SQL Server 2005 must include the password. Please try using password in your connection string.

Plus cross check your connection string @ http://www.connectionstrings.com/?carrier=sqlserver2005[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900