2008-01-27 09:58:18 UTC
I can see the database from SQL Server Management Studio. SQL Server is on my desktop, from which I am also running VB.
I have enabled the following three protocols:
- Shared Memory
- Named Pipes
- TCP/IP
but still, when i browse for the database,i am getting the following error on pressing the Test Connection button:
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)
Please help me sort out this problem