Monday 18 June 2018

Calling stored procedure from Winform app in c#

The image below shows of how you can call a Stored Procedure from your application, its so simple and easy. You just need to put the name of your stored procedure instead of a query and define the type of your query, that's it.

First image is the structure of the Stored Procedure and the second is the WinForm code for executing the Stored Procedure. Dummy is the table name within Database




No comments:

Post a Comment