stored procedures

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
gurjit
Forum Contributor
Posts: 314
Joined: Thu May 15, 2003 11:53 am
Location: UK

stored procedures

Post 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.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Looks like stored procedures will only be available in MySQL 5:
http://www.mysql.com/doc/en/ANSI_diff_Triggers.html

Mac
User avatar
gurjit
Forum Contributor
Posts: 314
Joined: Thu May 15, 2003 11:53 am
Location: UK

Post by gurjit »

i'm running mysql version 3.2.55

how can i use stored procedures with this?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

You can't. They will not be available until version 5.

Mac
Post Reply