MySQL 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
mad_phpq
Forum Commoner
Posts: 85
Joined: Fri Apr 27, 2007 5:53 am

MySQL Stored Procedures

Post by mad_phpq »

Hi,

I'm trying to move a php mssql web application to a mysql database. I've had problems with the code, but now i'm thinking the stored procedures are causing me problems.

First Question, Is there a tool i can use to convert the mssql stored procedures to mysql stored procedures.

Second Question. Should i stop trying??? Is my task impossible?

Thanks
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

What version of MySQL are you using? Stored procedures were not supported, I believe, earlier than MySQL 5.0.
mad_phpq
Forum Commoner
Posts: 85
Joined: Fri Apr 27, 2007 5:53 am

Post by mad_phpq »

mysql 5
Post Reply