Connecting to SQL Server 2005

  • Hello!
     
        I was wondering if I need to install something on the client in order to establish ODBC/OLEDB connection to SQL Server 2005. Currently, I have ADO 2.6 installed. Are there any changes in ODBC/OLEDB drivers for SQL Server 2005?
     
    Thanks,
    Igor
  • This was removed by the editor as SPAM

  • Hi:  The OLEDB Provider for SQL Server 2005 is not "OLEDB" - Instead you should use SQLNCLI - Which stands for SQL Native Client, something like this

    Provider=SQLNCLI;Integrated Security=SSPI;Data Source= "servername or IP" ;Initial catalog=YourDatabase,

    Thanks,

    Emilio


    Kindest Regards,

    Emilio

  • Remember that MSSQL '05 does not allow remote connections by default. Use SQL SSAC to make your db accessible to remote clients.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply