[PHP-DB] Connecting to Sybase-DB on another UNIX-Machine

2001-07-17 Thread Walter, Marcel
Hello, I´m trying to connect a UNIX-Machine (Apache 1.3.19 and Php-4.0.5) with a Sybase Database on another Machine (The Sybase engine is not completely installed on this machine but I already compiled Sybase-Support into PHP and it worked ...) I can also use the isql-tool via command-line

[PHP-DB] connecting to sybase

2001-04-06 Thread shaun
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(

[PHP-DB] connecting to sybase

2001-03-13 Thread Trond Straume
I have some difficulties trying to connect to a sybase-db using sybase_connect funciton. I have included the dll's from www.sybase.com, but I still get this warning. Warning: Sybase: Unable to allocate connection record in c:\internweb\html\trond\sybase.php on line 21 Is there anyone who have