I'm sorry if this is a really stupid question, but I have just started using mySQL.
I have created a basic stored proc, which does the following:
SELECT * from members;
I can call it from mySQL Query Browser and return the results, but the recordset can't be edited.
Is there any way that the results from a stored procedure can be directly edited, or should I be using views?
Thanks
Penny
I have created a basic stored proc, which does the following:
SELECT * from members;
I can call it from mySQL Query Browser and return the results, but the recordset can't be edited.
Is there any way that the results from a stored procedure can be directly edited, or should I be using views?
Thanks
Penny
Comment