Other hosts connecting to sql

Discussion in 'Databases' started by Helder, Feb 16, 2010.

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

    Is it possible to connect other sites on other hosts to a discount asp SQL Server?

    I have several clients that have sites scatered arround and i'm looking for a place to store all relavante data.

    Thanks for the help!

    Helder
     
  2. Ramses

    Ramses Guest

    Yea, there's no limitation on where the connection are coming from, so you shouldn't have any problems.
     
  3. I thougt so... but the connection string isn't working.

    I'm getting the error:
    Microsoft OLE DB Provider for ODBC Drivers error '80004005'

    [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

    Connection String:
    "Data Source=tcp:esql2k801.discountasp.net;Initial Catalog=SQL2008_667775_heldrodb;User ID=SQL2008_667775_heldrodb_user;Password=******;"


    What is missing?
     
  4. Ramses

    Ramses Guest

  5. That's the point. I have several hosts that are not here...
     
  6. Ramses

    Ramses Guest

    Well the issue doesn't seem to be on DASPs side, but rather the other web host not having the right drivers to connect.

    I'd probably have to recommend you check with the other hosts, as they might have different options for connecting to SQL servers.
     
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