Page 1 of 1

Stored Procedures in Code Behind Visual Studio 2003

Posted: Sat 30 Apr 2005 15:06
by smark
A basic question:
How do you use a stored procedure in mysqldirect.net 2.8 to access the database and pass values to the stored procedures and show the result set. This is a very common scenario for SQL Server client using ADO.NET.

I haven't a clue how to get this done in MySql. Any help will be appreciated. Thanks

Posted: Wed 04 May 2005 07:32
by Serious
There is a simple example of using stored procedures with MySQL in our examples (see in \CoreLab\MySqlDirect.NET\Samples).
In the next version of MySQLDirect .NET we have supported new MySQL protocol so you can get a result set from stored procedure. Look forward for the next build.