Re: Calling stored procedures.
I don't think it's possible from the MySQL command line. It's certainly not possible to substitue column and table names from within stored procedures and I would assume it's the same at the command line when calling a stored procedure.
It depends on what your trying to do, for example calling from an external program this would be possible as you build the statement as a text string first anyway.
So the full answer would be no at the command line, but yes when calling from an external language such as C.
Andrew Gilfrin
http://www.mysqldevelopment.com
Subject
Views
Written By
Posted
3695
March 20, 2005 08:03AM
Re: Calling stored procedures.
2481
March 20, 2005 12:05PM
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.