connectionString - data source

Discussion in 'Databases' started by fouzan, Mar 14, 2012.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. hi
    i have some problem with connectionString
    my data source

    "Data Source=tcp:sql2k515.discountasp.net;Initial Catalog=SQL2005_*****_fouzan;User ID=SQL2005_******_*****_user;Password=******;"

    data source for project is

    connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\userdb.mdf;Integrated Security=True;User Instance=True"

    i want change connectionString to work in my webSite
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

  3. Remotely accessing an Access database

    Is there a similar connection string phrase to connect to an MS Access database that is on my website? I need to connect to the database from a desktop application created with VS.

    I do have a DSN created for the access database on discountasp.net but don't know how to connect to it from my ODBC controller on my PC or how to connect to it from within my connection string in my app.

    Thank you in advance,
    Jerry Scannell
     
  4. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

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