php3-list | 199903
Date: 03/14/99
- Next message: Matthew Hagerty: "[PHP3] Output to unix printer from PHP"
- Previous message: Zeba Kimmel: "[PHP3] rmdir problem under win32"
- Maybe in reply to: Richard Bottoms: "[PHP3] Sybase & PHP still no dice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>> $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>
- Next message: Matthew Hagerty: "[PHP3] Output to unix printer from PHP"
- Previous message: Zeba Kimmel: "[PHP3] rmdir problem under win32"
- Maybe in reply to: Richard Bottoms: "[PHP3] Sybase & PHP still no dice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

