MySQL 5 Stored Procedures

MySQL 5 Stored Procedures

am 03.11.2005 16:05:57 von Mark Jordan

Ive heard that mysql 5 now supports stored procedures. Can you call
these from PHP? or is it too early to expect functionality already?

Mark

--

This message is best viewed with your eyes.

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

Re: MySQL 5 Stored Procedures

am 03.11.2005 19:24:34 von Mark Jordan

Thanks a lot. Ive just been reading them up on the MySQL website, and
they seem really useful, so this really helps.

Mark

On 03/11/05, Thomas.Seiler@swisscom.com wrote:

>
> It is possible using PHP 5. Simply make a query like this:
>
> Select name_of_procedure(parameter1,parameter2,...);
>
> We use this with phpcvs from april 2005 and the mysqli interface and it
> works fine.

--
This message is best viewed with your eyes.

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