This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ODBC for DBO | |
* Modified by Sergio Melendez | |
* | |
* It works for a Linux / Apache / PHP / PDO_ODBC / ODBC / MSSQL environment | |
* The PDO driver provided by Microsoft for Linux, doesn't implement some PDO methods, | |
* you have to modify Model.php and DboSource.php as well (You can ask me for details) | |
* | |
* PHP versions 4 and 5 |