Click here to Skip to main content
15,884,298 members
Articles / Desktop Programming / Windows Forms

Working C# code for MySql Stored Procedures IN, OUT, and INOUT parameters

Rate me:
Please Sign up or sign in to vote.
4.29/5 (10 votes)
15 May 2009CPOL9 min read 178.8K   3.5K   42  
An article on how to get parameters into and out of MySql stored procedures.
F:\Develop\C# Projects\StoredProcs\StoredProcs\obj\Debug\ResolveAssemblyReference.cache
F:\Develop\C# Projects\StoredProcs\StoredProcs\obj\Debug\StoredProcs.Form1.resources
F:\Develop\C# Projects\StoredProcs\StoredProcs\obj\Debug\StoredProcs.Properties.Resources.resources
F:\Develop\C# Projects\StoredProcs\StoredProcs\obj\Debug\StoredProcs.csproj.GenerateResource.Cache
F:\Develop\C# Projects\StoredProcs\StoredProcs\bin\Debug\StoredProcs.exe
F:\Develop\C# Projects\StoredProcs\StoredProcs\bin\Debug\StoredProcs.pdb
F:\Develop\C# Projects\StoredProcs\StoredProcs\bin\Debug\BinaryLib.dll
F:\Develop\C# Projects\StoredProcs\StoredProcs\bin\Debug\BinaryLib.pdb
F:\Develop\C# Projects\StoredProcs\StoredProcs\bin\Debug\BinaryLib.xml
F:\Develop\C# Projects\StoredProcs\StoredProcs\obj\Debug\StoredProcs.exe
F:\Develop\C# Projects\StoredProcs\StoredProcs\obj\Debug\StoredProcs.pdb

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Senior software developer / consultant with 30 years experience.

Comments and Discussions