Connecting Tech Pros Worldwide Forums | Help | Site Map

SQL server

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 23 '09
We moved are application and they broke connection. How can I fix this?

Microsoft OLE DB Provider for SQL Server error '80004005'

[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: 4 Weeks Ago

re: SQL server


It depends on how your application connects to your old SQL Server. If it's DSN-based, you're going to have to create the DSN. If not, you have to point it to the new server.

Good luck!!!


--- CK
Reply