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

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

2001-03-12 Thread Torsten Curdt
Ok, you almost got it ;) Looks good but you did not read the docs correctly. The interfaces file lacks your database entry! And at the connect you don't specify the host but the connecting! You probably want: SYBASE query tcp ether max 5000 master tcp ether max 5000 touchdb qu