mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
PDO_ODBC is no longer recommended for MS SQLServer
This commit is contained in:
parent
28fa285d52
commit
4157259e89
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@
|
|||
On Windows, <filename>php_pdo_odbc.dll</filename> has to be enabled as
|
||||
extension in &php.ini;. It is linked
|
||||
against the Windows ODBC Driver Manager so that PHP can connect to any
|
||||
database cataloged as a System DSN, and is the recommended driver for
|
||||
connecting to Microsoft SQL Server databases.
|
||||
database cataloged as a System DSN.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue