Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001041

[PHP-DB] connecting to sybase From: shaun (shrioux <email protected>)
Date: 04/06/01

Fiesta
does anybody know how to connect to a sybase database thats using the
adaptive server anywere driver???

i tried

$hostname = "host";
$username = "user";
$password = "pass";
$dbName = "database name";
$table = "table name";
Sybase_CONNECT($hostname, $username, $password) OR DIE( "Unable to connect
to database");
any insight would help
please email me anything you have that could help me

shrioux <email protected>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>