<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.pdo.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'pdo.drivers.php',
    1 => 'PDO Drivers',
    2 => 'PDO Drivers',
  ),
  'up' => 
  array (
    0 => 'book.pdo.php',
    1 => 'PDO',
  ),
  'prev' => 
  array (
    0 => 'class.pdoexception.php',
    1 => 'PDOException',
  ),
  'next' => 
  array (
    0 => 'ref.pdo-cubrid.php',
    1 => 'CUBRID PDO Driver',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/pdo/drivers.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/pdo.drivers.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="pdo.drivers" class="part">
 <h1 class="title">PDO Drivers</h1>
<h2>Indice dei contenuti</h2><ul class="chunklist chunklist_part"><li><a href="ref.pdo-cubrid.php">CUBRID PDO Driver</a></li><li><a href="ref.pdo-dblib.php">MS SQL Server PDO Driver</a></li><li><a href="class.pdo-dblib.php">Pdo\Dblib</a></li><li><a href="ref.pdo-firebird.php">Firebird PDO Driver</a></li><li><a href="class.pdo-firebird.php">Pdo\Firebird</a></li><li><a href="ref.pdo-ibm.php">IBM PDO Driver</a></li><li><a href="ref.pdo-informix.php">Informix PDO Driver</a></li><li><a href="ref.pdo-mysql.php">MySQL PDO Driver</a></li><li><a href="class.pdo-mysql.php">Pdo\Mysql</a></li><li><a href="ref.pdo-sqlsrv.php">MS SQL Server PDO Driver</a></li><li><a href="ref.pdo-oci.php">Oracle PDO Driver</a></li><li><a href="ref.pdo-odbc.php">ODBC and DB2 PDO Driver</a></li><li><a href="class.pdo-odbc.php">Pdo\Odbc</a></li><li><a href="ref.pdo-pgsql.php">PostgreSQL PDO Driver</a></li><li><a href="class.pdo-pgsql.php">Pdo\Pgsql</a></li><li><a href="ref.pdo-sqlite.php">SQLite PDO Driver</a></li><li><a href="class.pdo-sqlite.php">Pdo\Sqlite</a></li></ul>


 <div class="partintro">
  <p class="para">
   The following drivers currently implement the PDO interface:
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Driver name</th>
       <th>Supported databases</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td><a href="ref.pdo-cubrid.php" class="link">PDO_CUBRID</a></td>
       <td>Cubrid</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-dblib.php" class="link">PDO_DBLIB</a></td>
       <td>FreeTDS / Microsoft SQL Server / Sybase</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-firebird.php" class="link">PDO_FIREBIRD</a></td>
       <td>Firebird</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-ibm.php" class="link">PDO_IBM</a></td>
       <td>IBM DB2</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-informix.php" class="link">PDO_INFORMIX</a></td>
       <td>IBM Informix Dynamic Server</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-mysql.php" class="link">PDO_MYSQL</a></td>
       <td>MySQL 3.x/4.x/5.x/8.x</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-oci.php" class="link">PDO_OCI</a></td>
       <td>Oracle Call Interface</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-odbc.php" class="link">PDO_ODBC</a></td>
       <td>ODBC v3 (IBM DB2, unixODBC and win32 ODBC)</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-pgsql.php" class="link">PDO_PGSQL</a></td>
       <td>PostgreSQL</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-sqlite.php" class="link">PDO_SQLITE</a></td>
       <td>SQLite 3 and SQLite 2</td>
      </tr>

      <tr>
       <td><a href="ref.pdo-sqlsrv.php" class="link">PDO_SQLSRV</a></td>
       <td>Microsoft SQL Server / SQL Azure</td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>

 



 


 



 



 


 


 



 



 
 


 


 



 



 



 


 


 


 



 



 


 



 



 


 



 



</div>
<?php manual_footer($setup); ?>