MySQL Forums
Forum List  »  Stored Procedures

Re: Why this error???
Posted by: Jaime López
Date: September 27, 2005 12:45AM

Sorry, but I don't think so.

First, the code for stored procedure creation are right, cause really creates it in the database.

Second, I am supposed the code I received from MySQL Query Browser (when I select Edit procedure option) isn't wrong, so it should run without problems. This is not the case, the error appears in first line:


DELIMITER $$


It seems like don't recognize the command DELIMITER. It fails even when I only run this line in the Query Browser.

Options: ReplyQuote


Subject
Views
Written By
Posted
2710
September 26, 2005 03:59PM
1989
September 26, 2005 08:40PM
Re: Why this error???
1905
September 27, 2005 12:45AM
1843
September 28, 2005 09:52AM
1930
September 29, 2005 12:42PM
1780
September 30, 2005 03:59AM
2076
September 30, 2005 05:51AM
1792
October 02, 2005 04:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.