i am writing an app that needs a local connection but keeps getting this error
(An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
my connection string is ("Data Source=(local);Database=QMicro" & "Integrated Security=SSPI;")
i do not have SQL server 2005 on my computer yet i still get the above error.
What is even more funny is that i have this app and connection string on my home PC and works fine.
regards
big al everybodies pal
(An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
my connection string is ("Data Source=(local);Database=QMicro" & "Integrated Security=SSPI;")
i do not have SQL server 2005 on my computer yet i still get the above error.
What is even more funny is that i have this app and connection string on my home PC and works fine.
regards
big al everybodies pal