vinoindiamca Posted February 3, 2009 Share Posted February 3, 2009 Hi i am workin with phpmyadmin3.1.1rc, when i create stored procedures like DELIMITER $$ CREATE PROCEDURE `myproc`() BEGIN SELECT 'it works!'; END$$ Procedure successfully created but when i call the procedure it doesn't works please help in this CALL myproc(); it gives error like #1312 - PROCEDURE test3.myproc can't return a result set in the given context Quote Link to comment https://forums.phpfreaks.com/topic/143588-stored-procedure-not-working-with-phpmyadmin/ Share on other sites More sharing options...
fenway Posted February 6, 2009 Share Posted February 6, 2009 How are you calling this? Do you have the CLIENT_MULTI_RESULTS flag set? Quote Link to comment https://forums.phpfreaks.com/topic/143588-stored-procedure-not-working-with-phpmyadmin/#findComment-755782 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.