I am working on c# asp.net and my server is Toad for MySQL Freeware 4.0 I am very new for Toad for MySQL Freeware 4.0 so pleas tell me how to Create Stored procedure and function in MySql Toad and call SP in C# asp.net. Please help me. Thanks.
To create a procedure
http://www.toadworld.com/platforms/mysql/w/wiki/6269.functions-and-procedures.aspx
Calling the Stored procedure in C#
http://markcordell.blogspot.in/2008/12/calling-mysql-stored-procedures-from-c.html
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.