MySQL Forums
Forum List  »  Stored Procedures

Re: how to execute a procedure
Posted by: giri dudekula
Date: January 26, 2009 04:39AM

do u want to execute procedure

use this syntax:

call procedurename(parameters...)

go administrator and catalogs -->select database-->show tables and procedures
other wise u go to command prompt

write this command

mysql>show procedure status:

Options: ReplyQuote


Subject
Views
Written By
Posted
44210
December 24, 2008 12:40AM
21606
December 24, 2008 09:08PM
16654
January 05, 2009 10:18AM
Re: how to execute a procedure
15668
January 26, 2009 04:39AM


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.