stored procedures and triggers the same in sql server than mysql?

Posted by user314877 on Stack Overflow See other posts from Stack Overflow or by user314877
Published on 2010-04-12T20:06:11Z Indexed on 2010/04/12 20:13 UTC
Read the original article Hit count: 229

Filed under:
|
|
|
|

Hello, I have two stored procedures and one trigger for a class I am taking that are done in sql server 2005. I want to recreate them in mysql with phpmyadmin. Everytime i put them in I get a 1064 error. Is this becuase phpmyadmin does not handle stored procedures or triggers well, or is it becuase the syntax from sql server 2005 to mysql is very different? If it is this, then where could i go online to learn the correct syntax to write my stored procedures and triggers in mysql/phpmyadmin... or should I just pick up a book at barnes and nobles? This is my senior project.

© Stack Overflow or respective owner

Related posts about phpmyadmin

Related posts about mysql