my Sybase server is on another machine,DEC 4000,unix(osf/1).Php4.0.3p1 and web server PWS are on my PC. The Sybase client_ct is on my PC too.
How can I connect to the remove Sybase server?
I have put extension=php_sybase_ct.dll
in php.ini.
There is error message:
Warning: Sybase: Unable to allocate connection record in D:\phpfile\sybase.php on line 17
the line 17 in script is:
$connection = sybase_connect("servername","sa","password");
Thanks very much!