| 
 Posted by Bill on 02/27/06 15:10 
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? 
 
Thanks
 
[Back to original message] 
 |