MySQL Forums
Forum List  »  Stored Procedures

how to execute a parameter which contains an sql instruction in the body of a stored procedure
Posted by: Teky ernest
Date: August 10, 2005 10:52AM

slt , je viens de telecharger la version 5.0.10 bêta de delphi dans laquelle j'utilise les procedures stockées.

alors je n'arrive pas executer un parametre dans lequel j'ai affecté une instruction SQL au sein de ma procedure.

exemple

create procedure ps (in param longtext)
begin
execute (param) /* le paramatre en entrée reçoit une instruction Sql*/
end

donnez moi la solution ça urge merci

Options: ReplyQuote


Subject
Views
Written By
Posted
how to execute a parameter which contains an sql instruction in the body of a stored procedure
3597
August 10, 2005 10:52AM


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.