Hi, I want to use stored procedure (SELECT) but it doesn't work. I have this message : Request error : 7 : 0A000 PROCEDURE database.getdaydata can't return a result set in the given context
My procedure is working, it is just a sql select... I call it using this sql : CALL getdaydata(NOW()); If I use an INSERT or UPDATE stored procedure (without result), it's working perfectly... Any idea? Thanks a lot in advance! -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
