Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 2000051

Re: [PHP3] remote DB(sybase) connection question From: Richard Lynch (richard <email protected>)
Date: 05/15/00

In article <802568E0.0032ED22.00 <email protected>>,
david.tansley <email protected> wrote:

> Can you connect to remote DB servers where php is not istalled ?.

Absolutely. Only the DB server needs to be installed on the DB server.

> For instance if I had host-A that had apache/php installed, could I then
> using the connection (php functions) connect to host-B that has
> say Sybase running on it ?.

Yup.

> WOuld I need to install openclient first where php is resident on host-A..

Yes. Assuming openclient is the client libraries for Sybase... You for
sure need some stuff on host-A that knows just enough about Sybase to let
PHP connect to Sybase, without installing all of Sybase.

This is generally referred to as "client" libraries.
 
> OR do I have to install php/apache where the say Sybase is resident ? and use
> this server as the web server?

Nope. That would defeat the whole purpose of "two-tier architecture".

-- 
Richard Lynch                | If this was worth $$$ to you, buy a CD
US Customer Support Director | from one of the artists listed here:
Zend Technologies USA        | http://www.L-I-E.com/artists.htm
http://www.zend.com          | (this has nothing to do with Zend, duh!)

-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>