i have sybase installed in my system and i installed xampp external software for php and apache and its working fine i tried by writing small echo program in php and i tried conecting to the local sybase by using the sybase_connect() function
but its showint the error like this
Fatal error: Call to undefined function sybase_pconnect() in C:\xampp\htdocs\rakesh\test.php on line 2
and the code is follows like this
<?php
$link = sybase_pconnect('JPN_HYD2','bnpja900dev', 'bnpja900devuser')
or die("Could not connect !");
echo "Connected successfully";
sybase_close($link);
?>
can any one help please
i used this one as well <?php
$link = sybase_connect('JPN_HYD2','bnpja900dev', 'bnpja900devuser')
or die("Could not connect !");
echo "Connected successfully";
sybase_close($link);
?>
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |