Ever Wanted to Own and Operate a Fully Featured
Dynamic DNS Service?
Now You Can With MintDNS 2009 Enterprise - - Our
Award Winning Dynamic DNS (DDNS) Server Suite!!!
It's never been easier to run your own DDNS service.
Looking for free Dynamic DNS (DDNS) services? Please use our free DDNS
service at
http://www.dynddns.us
MintDNS Knowledge Base
Go Back
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
| |
Error Text: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][SQL Native Client]Named Pipes Provider: Could not open a connection
to SQL Server [2].
Cause: SQL is using a named instance and not TCP.
Resolution: Edit your global.asa and replace localhost with the instance
name.
Example: Before
Application("Connectit") = "Driver={SQL Native Client};Server=localhost;Database=mintdata;Trusted_Connection=yes;"
After Application("Connectit") = "Driver={SQL
Native Client};Server=SERVERNAME\SQLEXPRESS;Database=mintdata;Trusted_Connection=yes;"
|
Go Back