Connection String

Discussion in 'Databases' started by jeksya, Feb 25, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have problem with my connection string is there is mistake? :
    <connectionStrings></font>
    <add name</font>='ClimbingProjectConnection' connectionString</font>='Data Source=sql2k502.discountasp.net;Integrated Security=false;Initial Catalog=SQL2005_224243_jenya;User ID=SQL2005_224243_jenya_user;Password=*******' providerName='System.Data.SqlClient'/>
    </connectionStrings></font>

    Post Edited (Jenya) : 2/25/2006 2:10:13 AM GMT
     
  2. Hello Jenya

    Did you get this from the example on:
    https://my.discountasp.net/Mssql2005Manager.aspx?

    I presume the asterisks for the password are so we don't know your password? If not you'll want to be replacing them with your password.

    Have a look at the aforementioned page. It has procedural code rather than declarative but you can copy the string between the double quotes after:
    Dim connectionString As String = _

    to substitute into your connectionstring (remembering to replace your password).

    Let me know if I'm on the wrong track.

    Regards

    Stuart
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page