Creating Stored Procedures in MySQL

Creating Stored Procedures in MySQL

Posted by: jaiju
Posted on: 2009-02-26 04:05:00

Hello.

I'd like to know if it is possible to create stored procedures on MySQL.

I've tried it and I couldn't make it.

Thanks

Re: Creating Stored Procedures in MySQL

Posted by: pangea33
Posted on: 2009-02-26 16:52:00

Double check the version of MySQL that you're using. Procedures weren't supported until version 5. I haven't really used them too much, and not at all with DH so I don't have a whole lot useful to add I guess.