Page 1 of 1

stored procedures

Posted: Fri Jun 06, 2003 10:26 am
by gurjit
can anyone tell me a good book or website for information on how to create stored procedures in mysql and retrieve them using php 4.

Posted: Fri Jun 06, 2003 11:25 am
by twigletmac
Looks like stored procedures will only be available in MySQL 5:
http://www.mysql.com/doc/en/ANSI_diff_Triggers.html

Mac

Posted: Fri Jun 06, 2003 11:57 am
by gurjit
i'm running mysql version 3.2.55

how can i use stored procedures with this?

Posted: Fri Jun 06, 2003 12:04 pm
by twigletmac
You can't. They will not be available until version 5.

Mac