Re: [PHP-DB] Sybase CT with/without Sybase ASE

2001-09-14 Thread Dean Bennett
You don't need the Sybase dataserver but you still need the Sybase shared libraries that PHP is linked against. So restore all the .so's in $SYBASE/lib, and apache should start. Offhand, I'm not sure if 12.5 came with a different version of the open client libraries than 11.9.2 did, but if it

Re: [PHP-DB] newbie help

2001-03-25 Thread Dean Bennett
It looks like your checks are reversed, and you end up with 2 ANDs between the sex and height clauses. Like someone else pointed out, it is very helpful to echo the generated query so you can see what you've got. A simpler solution, assuming that both fields are optional: $sql = "SELECT ref,

Re: [PHP-DB] PHP4, Sybase, sybase_connect

2001-03-12 Thread Dean Bennett
The host name parameter is the name in the interfaces file (SYBASE), not the machine name. Your isql worked because SYBASE is the default. abreed wrote: > Date: Mon, 12 Mar 2001 08:31:28 +0200 > From: abreed <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP-DB] PHP4, Sybase, sybase_c