MySQL Forums
Forum List  »  Stored Procedures

Re: Error No:1305 procedure doesn't exists
Posted by: Chris Berlette
Date: August 25, 2006 09:01AM

Hi Naga,

One thing you might want to check is whether all of your syntax is correct. I've been wrestling with a similar issue:

-I can see the stored procedure, but when I try to execute it through the Query Browser, it says it does not exist.

As it turns out, I had misspelled one of my table names. Query Browser gave me the "does not exist error", but the command line told me that the misspelled table in the stored procedure did not exist.

Once I corrected the spelling, it works fine.

Cheers and good luck,
Chris

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error No:1305 procedure doesn't exists
6833
August 25, 2006 09:01AM


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.