I am trying to connect to Microsoft SQL Server 2005 Management Studio Express with VB.NET, but i have no idea which DB component is the best for this. I tried to connect it with OLEDB and i encountered an error message like this:
Login timeout expired
An error has occured 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
Named Pipes Provider: Could not open a connection to SQL Server [2]..
I made use of OLEDB because i am quite familiar with the coding but may i know is it a best choice? Thank you.
Login timeout expired
An error has occured 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
Named Pipes Provider: Could not open a connection to SQL Server [2]..
I made use of OLEDB because i am quite familiar with the coding but may i know is it a best choice? Thank you.
Last edited: