|
Posted by M. Sokolewicz on 04/06/05 20:08
Jason Barnett wrote:
> Charles FENDT wrote:
>
>>I try to use PDO with Oracle and PHP 5.0.4 on windows...
>>my php.ini includes php_pdo.dll
>>and when I try to create an object, I got an error message "could not
>>find driver"
>>
>>Any idea ?
>>
>>regards,
>>
>>FENDT Charles
>
>
> <disclaimer>I have never used Oracle or PDO</disclaimer>
>
> I think you need two drivers - the main PDO driver (php_pdo) plus the
> Oracle-specific driver (???). Not sure what the exact name is for that
> driver.
you're correct. The drivers you'll need are:
php_pdo.dll - PDO driver
php_pdo_oci.dll - Oracle Driver for PDO
Navigation:
[Reply to this message]
|