Hello world,

Iīve got a problem concerning PHP, Sybase and Stored Procedures....

I want to execute a stored proc from sybase called "sp_helprotect" ... this
proc is directly from
sybase so I donīt want to change it ... When I look at the proc I see that
"nocount" is set on...
This means that a query wonīt be able to determine how much rows were
affected/returned.

I cannot read the resultset from this query!!! (within PHP)

I created an exact copy of sp_helprotect without "set nocount on" and then
it worked fine!
(resultset could be read)

Is there a workaround or does anyone have a solution to this problem ???

Looking forward to all answers ...

Regards,
Marcel


----------------------------------------------------------------------
If you have received this e-mail in error or wish to read our e-mail 
disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender.
----------------------------------------------------------------------


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to