Posted by J.O. Aho on 02/27/06 15:42
Bill wrote:
> Hi,
>
>
> I installed PHP 5.0 on my linux box.
> In php.ini, i added this: extension=odbc.so
> But i still get the error:"Call to undefined function odbc_connect()" when
> trying to run this command:
> $connect = odbc_connect ('DRIVER={Microsoft Access Driver
> (*.mdb)};DBQ=/mnt/pen1800d/access\newres.mdb', '', '');
>
> In windows, no error.
> I thought odbc was integrated in php.
> What do i have to install then and what about php.ini?
The PHP has been compiled without the odbc support or the odbc part has been
split into another package which you need to install.
//Aho
[Back to original message]
|