Can I run mySQL SPs in VS 2012 using EF or any other mapping tool?
Thanks
mySQL stored procedures in VS 2012
Re: mySQL stored procedures in VS 2012
Yes, you can. We recommend you to use Entity Developer (*.edml, the Devart Entity Model item in Visual Studio). Just drag&drop stored procedure on the designer surface from Database Explorer to create a method in the conceptual part and save the model to generate the corresponding code. If you encounter any difficulties, please describe the issue.