About 180,000 results
Open links in new tab
  1. Install/enable sqlsrv & pdo_sqlsrv drivers for php8.1 on ubuntu20.0

    Nov 13, 2022 · The output of phpinfo() for php8.1: Here are the things: PHP 7.4 and 8.1 installed on my machine. The sqlsrv drivers works fine for php7.4 version When trying to install/enable …

  2. Connect to SQL Server through PDO using SQL Server Driver

    I am trying to connect to an existing SQL Server database using PDO with the drivers provided by Microsoft. I have seen examples using odbc, dblib, mssql, etc., however I believe the …

  3. php - PDO sqlsrv: could not find driver - Stack Overflow

    Apr 21, 2017 · Then try to check logs, it should have more information than "could not find driver" I had same issue with WAMP, but then I just installed MS c++ and tried few versions of …

  4. Using Sqlsrv for PHP 8.2 - Stack Overflow

    Jan 10, 2023 · I have successfully installed PHP 8.2 on Ubuntu 20.04. I am trying to add the SQLSRV extension following these directions. The installation for SQLSRV completes …

  5. Could not find driver sqlsrv PHP 8.0.1 - Stack Overflow

    I have PHP Version 8.0.3 And in the PDO section you will find PDO support PDO drivers, there you must find sqlsrv active if all goes well, as well as a section on pdo_sqlsrv with version …

  6. How to install an SQLSRV extension to php XAMPP - Stack Overflow

    Jan 15, 2018 · extension=pdo_sqlsrv - you only need this, but have in mind version of php, and dll. I did all steps with newest php and it didn't work. Used a litle bit older and all was ok. …

  7. SQLSRV driver vs. PDO driver for PHP with MS SQL Server

    Mar 30, 2016 · In most cases one would use the PDO_SQLSRV driver because of cross-platform considerations. However, after looking at both drivers for a new (small) project I went with the …

  8. "Unable to load dynamic library 'pdo_sqlsrv.so' "Cenos7 PHP7.2.10

    Jul 2, 2010 · extension=pdo_sqlsrv.so it seems that the sqlsrv.so is good, but the pho_sqlsrv.so just can't work correctly,,although i notice that double 'so' appear: 'pdo_sqlsrv.so.so' , can any …

  9. How do I get the SQLSRV extension to work with PHP, since …

    Sep 13, 2011 · Update 2: You do not need to use mssql_* functions on linux. You can connect to an ms sql server using PDO + ODBC + FreeTDS. On windows, the best performing method to …

  10. How do I setup sqlsvr in PHP 8.1 and above? - Stack Overflow

    Jan 13, 2023 · Currently, I have PHP 8.1.14,and right now when I try to use sqlsrv_connect() it will only show me this error: Uncaught Error: Call to undefined function sqlsrv_connect(). After …