associates
New member
- Joined
- Sep 11, 2006
- Messages
- 3
- Programming Experience
- Beginner
Hi,
I was wondering if anyone might be able to help me. I have SQL Server 2000 running on my machine and recently just intalled Visual Basic .NET 2005 Express Edition. People said it would coexist with SQL Server 2000. Today, i was trying to make use of the bindingsource provided by VB 2005 express edition so i tried to add the datasource via the data source configuration wizard. It then asks to choose data connection. i clicked on the new connection and typed in C:\Program Files\Microsoft SQL Server\MSSQL\Data\northwind.mdf as the database file name. As soon as i hit OK button, i got the following error message
"An error has occured while establishing a connection to the server. when connecting to the SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server doesnot allow remote connections. (provider: SQL Network Intefaces, error: 26 - Error locating server/instance specified).
From my understanding of the message, it looks for SQL Server 2005 and obviously it's not there. Is this mean that i can not use the VB Studio 2005 Express Edition with SQL Server 2000? how do i go about resolving this issue without having to install the SQL Server 2005? the reason for this is i'm doing this in favour of my client since they use SQL Server 2000 SP4.
Thank you in advance
I was wondering if anyone might be able to help me. I have SQL Server 2000 running on my machine and recently just intalled Visual Basic .NET 2005 Express Edition. People said it would coexist with SQL Server 2000. Today, i was trying to make use of the bindingsource provided by VB 2005 express edition so i tried to add the datasource via the data source configuration wizard. It then asks to choose data connection. i clicked on the new connection and typed in C:\Program Files\Microsoft SQL Server\MSSQL\Data\northwind.mdf as the database file name. As soon as i hit OK button, i got the following error message
"An error has occured while establishing a connection to the server. when connecting to the SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server doesnot allow remote connections. (provider: SQL Network Intefaces, error: 26 - Error locating server/instance specified).
From my understanding of the message, it looks for SQL Server 2005 and obviously it's not there. Is this mean that i can not use the VB Studio 2005 Express Edition with SQL Server 2000? how do i go about resolving this issue without having to install the SQL Server 2005? the reason for this is i'm doing this in favour of my client since they use SQL Server 2000 SP4.
Thank you in advance