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
that claims to provide multiple result set capability, but I haven't
tried it and to my knowledge its not been added to the CVS code yet.
If it works, it would probably allow much more complex sp's.

Brian

Daniel Andersson wrote:
> 
> we are using sybase stored procedures with no problems what so ever.
> 
> just "basic" procedures but can't see any problem with "advanced" sp's.
> 
> / d
> 
> "Thomas Janke" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > hello,
> >
> > I would like to use sybase stored procedures and need to know, in what
> > way they are supportet in PHP. In the manual, one can read that stored
> > procedures are not yet fully supported. Does anybody have any newer
> > information on what Sybase features can be used with PHP4?
> >
> > Thank you very much for your help.
> >
> > Yours
> > Thomas
> 
> --
> PHP Development 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]

-- 
PHP Development 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]

Reply via email to