MySQL Forums
Forum List  »  Stored Procedures

Re: use Store proc from Delphi
Posted by: Raul Manzanares
Date: November 16, 2005 10:23AM

Thanks Huali for your "Paperback solution" ;D , but I'd like to use the component that comes with Delphi for that purpose... and if I can't, I'm not going to use stored procedures I think... It's not so necessary for me at the moment.

I think this is a bug. I don't know if it's either from Delphi, from MySQL server or from MySQL Connector (I use the latest production version, the ODBC/Connector 3.51.12). But the thing is that, although you add parameters to the call in Delphi, Delphi translation (or Connector translation) is like that: call `stored_procedure`('a_parameter'), and that doesn't work as well.

And this, between the '{ }'. And so, I think the problem is not the missing of '()' like Robin says, I think the problem is the '{ }' or something strange. Because the error message is an SQL syntax error... .

If anybody find the solution of how connector use instead the newer, or if the problem is in the Delphi environment, please post it here!! hahahaaha...

read you soon,

regards

Options: ReplyQuote


Subject
Views
Written By
Posted
5847
September 01, 2005 09:34AM
3124
September 01, 2005 12:31PM
2942
October 17, 2005 06:00AM
3285
November 05, 2005 10:34PM
Re: use Store proc from Delphi
3278
November 16, 2005 10:23AM
5396
November 23, 2005 07:31AM


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.