Stored Procedures in Code Behind Visual Studio 2003

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
smark
Posts: 2
Joined: Tue 01 Feb 2005 01:51

Stored Procedures in Code Behind Visual Studio 2003

Post by smark » Sat 30 Apr 2005 15:06

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

Serious

Post by Serious » Wed 04 May 2005 07:32

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.

Post Reply