mikee wrote:
Hello,
Is this the correct group for questions about Pear DB?
I'm trying to connect with a Sybase dabase and I'm getting "Cannot
connect: DB Error: extension not found" on the
"sybase://me:pass/host/dbname" DSN.
I am able to connect with a MySQL using Pear DB so I'm assuming I need
some sybase libraries.
Can anyone point me in the right direction?
Thanks
Here is the code
$dsn = "sybase://name:passwd@hostname/dbname";
$db = DB::connect( $dsn );
if( DB::isError( $db ))
etc.
Thanks
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php