Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199903

Re: [PHP3] Sybase & PHP still no dice From: Adam Gotheridge (adam <email protected>)
Date: 03/14/99

>>> $syb_conn = sybase_connect("dev.linxsft.net", "sa", "");

>>Sybase server specified in your interfaces file ... most likely this is
>>SYBASE.
>That was my original thought, but I tried that and it didn't work either.

I usually do something like this:

$db =  <email protected>('SYBASE', 'scott', 'tiger');//selects the db
 <email protected>('sg', $db);//change db
$conn = sybase_query("SELECT * FROM products", $db);

Somone once mentioned a problem with null passwords if you are in fact using
no password.

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev-list-admin <email protected>