Ok, you almost got it ;)

Looks good but you did not read the docs
correctly. The interfaces file lacks
your database entry! And at the connect
you don't specify the host but the
connecting!

You probably want:

 SYBASE
     query tcp ether max 5000
     master tcp ether max 5000

 touchdb
     query tcp ether max 5001
     master tcp ether max 5001

and then connect via sybase_connect("touchdb", $user, $pwrd);

Tell us if works.
Cheers
--
Torsten

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to