Hi, Have anyone tried using stored procedure in mysql 5.0?. I am quite familiar in using stored procedure with MS sql server, but somehow i am always getting "check your syntax error" in mysql 5.0 while trying stored procedure.
If you some good links that you have tried already, please let me know. Cheers Balaji
Hi Mathias, Thanks for the test code. Sorry for my late reply. I still couldn't able to get through with it. I am using windows mysql administrator connected to redhat mysql5.0.
If i have a simple table called "Employee" with two columns Name & Age Table: Employee Column1: Name - VARCHAR(255) Column2: Age - INT
then how would the stored procedure for inserting datas will look like ?
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Finally i got it working, i will soon write here how i did it.
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Originally posted by Balaji Loganathan: Finally i got it working, i will soon write here how i did it.