Hello everyone,
I am using Visual studio 2010 C# windows application. I have connected the form to MYSQL successfully and I am able to run queries and fetch table data.
But when it comes to stored procedures and functions, i am unable to run them and it is showing error stating "fatal error occurred during execution". Please help in this regard to run stored procedure in winform and get result table.
Thanks in advance.
I am using Visual studio 2010 C# windows application. I have connected the form to MYSQL successfully and I am able to run queries and fetch table data.
But when it comes to stored procedures and functions, i am unable to run them and it is showing error stating "fatal error occurred during execution". Please help in this regard to run stored procedure in winform and get result table.
Thanks in advance.