SQL SERVER Error 26

Discussion in 'Databases' started by samansad, Sep 30, 2011.

  1. Dear all
    I made a SQL Database. I use the connection string that Winhost gave me. The only change that I made is that I include the password. But my code cannot make connection to SQL Server and I always receive Error: 26-locating server...

    Is there any way to solve this?

    Thank you all
     
    Last edited by a moderator: Oct 14, 2015
  2. can you post the connection string here? or just open a support ticket from control panel
     
  3. yes here is my connection string:

    "Data Source=tcp:s02.Winhost.com;Initial Catalog=DB_30710_retreatapp;User ID=DB_30710_retreatapp_user;Password=******;Integrated Security=False;"
     
    Last edited by a moderator: Oct 14, 2015

Share This Page