Search results for query: *

  1. A

    Error in connecting SQL server 2005

    Here is the Connection string: Dim con As New SqlConnection() con.ConnectionString = "data source =Contract; user id =sa; password=dipl0m@t;"
  2. A

    Error in connecting SQL server 2005

    I am trying to connect to a SQL server 2005 located on the local machine and it is giving me the following err 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...
Back
Top