Jump to content

Stored procedure not working with phpmyadmin


vinoindiamca

Recommended Posts

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

 

 

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.