MySQL Forums
Forum List  »  Stored Procedures

Re: Calling stored procedures.
Posted by: Andrew Gilfrin
Date: March 20, 2005 12:05PM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
3574
March 20, 2005 08:03AM
Re: Calling stored procedures.
2416
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.