MySQL Forums
Forum List  »  Newbie

Re: using connector/net
Posted by: Emanuele Scozzafava
Date: September 07, 2004 07:08AM

this is the stored procedure:

CREATE PROCEDURE sp_test(par0 int)
begin
select * from operatori;
end

It's a very simple stored procedure!
It functions correctly into mysql.exe client,
but it gives me an error if I try to use it with connector/net.

I need to use mysqlcommand populating parameter collection
because I want to use return parameters.



Options: ReplyQuote


Subject
Written By
Posted
September 06, 2004 08:55AM
September 06, 2004 10:16AM
September 07, 2004 01:09AM
September 07, 2004 05:54AM
Re: using connector/net
September 07, 2004 07:08AM


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.