Page 1 of 1

PHP ODBC Support

PostPosted: 08. April 2005 20:47
by Guillermo
Hi,

I have a question. I need to get some information from a Interbase databse that its on a Windows Machine. I want to read the database from my intranet server that its running under Linux, obviously with XAMPP.
Now i finally configured unixODBC , with the Interbase Driver.
The problem is that when im trying to run a test script it tells me that the odbc functions are not supported, so i know that i need to change the php.ini and add the line extension=odbc.so;. the thing is that im trying to find the library for odbc and theres no library, but i read that for windows extensions odbc support its added by default, but can you tell me how can i recompile or add the ODBC support???

Regards,

PHP ODBC

PostPosted: 22. March 2006 02:53
by smalley
did you ever find a solution to this?