MySQL 5.0 Stored Procedures/Functions with .NET
Posted by: General Corkhead
Date: February 26, 2005 07:30PM

How would one call a stored procedure from .NET, sending two variables and recieving another back.

ie, this might have been the first line of the stored procedure when it was created:

CREATE PROCEDURE thisisatest (IN x INT, IN y INT, OUT z INT)


Now what code would allow my client to use that new value of z? A C# or C++ example would be nice, but VB is ok too.

Options: ReplyQuote


Subject
Written By
Posted
MySQL 5.0 Stored Procedures/Functions with .NET
February 26, 2005 07:30PM


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.