SQL Native Client Provider not installed on web servers?

Discussion in 'Databases' started by hollamon, Apr 22, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. The SQL Native Client provider does not appear to be installed on the webservers.

    Using an ADO dsn-less connection string such as:

    Provider=SQLNCLI;DataTypeCompatibility=80;Persist Security Info=True;User ID=<mylogin>;Initial Catalog=<mydb>;Data Source=sql2k501.discountasp.net;Password=<mypassword>;

    Can you confirm that this is the case, and not something silly that I'm doing wrong?

    I believe I can use SQLOLEDB, but I wanted to use the updated native client if possible.

    Thanks,

    andrew
     
  2. Forgot to include the error message:

    ADODB.Connection error '800a0e7a'

    Provider cannot be found. It may not be properly installed.


    When using the SQLOLEDB, everything works fine.

    andrew
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    That's strange. SQL native client should be installed.

    Please create a support ticket, there's not much we can do here in the forum.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. Okay, will do.

    The reason I posted here first was just checking my assumptions that there isnt some reason they shouldnt be installed, or that I wasnt doing something dumb that I didnt see.

    Thanks,

    andrew
     
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