Run a vb net procedure when sql table insert is triggered

  • Thread starter Thread starter Gum
  • Start date Start date
G

Gum

I need to run a VB.Net 2008 procedure whenever there is an insert on a sql
table. Conceptually, I could create a trigger (either within Visual Studio
or SQL Server Mgmt Studio) that would be external. How can I create a VB.net
event that could be used to initiate action in a sub?
 
I will take your suggestion and try the Framework ADO.net group. The tutorial
for notification services looks interesting and I will look at that as well.
 
Back
Top