3
Answers

How to get message from sql trigger to UI from in C#

Photo of Suraj Kumbhar

Suraj Kumbhar

8y
990
1
Hello,
I am working on C# Windows Application project. I have created trigger which will fire a message after inserting data  into table. I want to display that message on my Window Form in message box. How can this be achieved in C# windows application form?
 
Thank & Regards
Suraj 

Answers (3)