Run a vb net procedure when sql table insert is triggered

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?
 
G

Gum

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top