"Brian Foddy" <[EMAIL PROTECTED]> wrote :
> Carefull, you can only retrieve one result set, so most advanced
> sp's I think would be out. For instance, you can't use sp_help
> because it returns multiple result sets. At least that has been
> my experience with Sybase and PHP.
>
> There was a pa
Carefull, you can only retrieve one result set, so most advanced
sp's I think would be out. For instance, you can't use sp_help
because it returns multiple result sets. At least that has been
my experience with Sybase and PHP.
There was a patch posted here in Aug by Luis Carlos Brenes Alvarez
t
You can only use stored procedures that output one queryresult.
The sybase-ct nor sybase-module can handle multiple queryresults, afaik.
I made a little patch to the sybase-module to return the stored procedure
errorcode, but i didn't do multiple resultsets yet.
If you're interested in the patc