ODBC support

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
zoozoo
Forum Newbie
Posts: 3
Joined: Tue Sep 09, 2008 5:14 am

ODBC support

Post 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
marcth
Forum Contributor
Posts: 142
Joined: Mon Aug 25, 2008 8:16 am

Re: ODBC support

Post 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.
Post Reply