1
Answer

How to call MySql storedprocedure using Dblinq in C#?

Sapna Deshmukh

Sapna Deshmukh

14y
6.3k
1

I have created  stored procedure in Mysql and now i want to call this stored procedure using Dblinq.I am using C# language.

This stored procedure return data set and i want to bind grid using the result of procedure, but i don't know how to do this, i search for this for 2 days but not get any proper solution, so please if any body know the solution please replay me with example.

Thanks



Answers (1)