PHP Classes

use drive option

Recommend this page to a friend!

      Database PDO Abstract Layer  >  All threads  >  use drive option  >  (Un) Subscribe thread alerts  
Subject:use drive option
Summary:change drive value to other DB
Messages:2
Author:shahriyar
Date:2014-03-25 10:07:06
Update:2014-03-25 11:20:32
 

  1. use drive option   Reply   Report abuse  
Picture of shahriyar shahriyar - 2014-03-25 10:07:06
hi
if i change drive value to mssql in config file.
can i use this feature?
tnx

  2. Re: use drive option   Reply   Report abuse  
Picture of Unay Santisteban Unay Santisteban - 2014-03-25 11:20:32 - In reply to message 1 from shahriyar
Hi there!

This class only provides a simplified interface to the PDO extension, so yes you can use this class with mssql, because the native extension of PDO already support it.

See http://www.php.net/manual/en/pdo.drivers.php to more information.