Can someone give me an example of a simple sybase query page?
here is what i have:
<?
$server = "someserver";
$user = "sybuser";
$pass = "sybpass";
$query = "select * from SomeSillyTable where ThatSillyGuy='me'";
sybase_connect ($server, $user, $pass);
sybase_query ($query);
sybase_close ();
?>
Here is what I get:
Warning: -1 is not a Sybase link index in /www/smurfy/include/clumpysql.php on
line 7
Warning: -1 is not a Sybase link index in /www/smurfy/include/clumpysql.php on
line 8
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]