Page 1 of 1

ODBC support

Posted: Tue Sep 09, 2008 5:49 am
by zoozoo
hi there,

first of all i'm new to php :)
in our company we are running a red hat enterprise linux server with apache and php 4.4.2 on it.
from this server i have to access a sybase db on a win2k3 server.
can i do this with odbc?
how can i check if odbc support is enabled?

do i have to rebuild php?

can anybody help me? :roll:

thx

zoo

Re: ODBC support

Posted: Tue Sep 09, 2008 7:04 am
by marcth
This appears to be a tutorial: http://phplens.com/phpeverywhere/node/view/9

If I were in your shoes, I'd look at using the PHP PDO object (search for Sybase).

I've only used Sybase with other programing languages, sorry I can't be more helpful.