MySQL Forums
Forum List  »  Stored Procedures

Re: Date Parsing in Stored Procedure
Posted by: Peter Brawley
Date: February 04, 2014 03:18PM

> I am not able to parse date parameters

Too vague. What error messages does MySQL give?

How does the sproc behave when called directly eg in a mysql client?

To debug an sproc that uses PREPARE, have the sproc echo the generated SQL so you can study & test it directly.

You're calling the sproc from what API?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Date Parsing in Stored Procedure
1081
February 04, 2014 03:18PM
1122
February 05, 2014 08:23PM


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.