G
Gum
This is a question that was not answered in the dot Net forum and instead was
referred to the framework ADO.net forum:
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 (to each other).
How can I create a VB.net event triggered by a SQL table insert that could
be used to initiate action in a VB .net sub?
referred to the framework ADO.net forum:
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 (to each other).
How can I create a VB.net event triggered by a SQL table insert that could
be used to initiate action in a VB .net sub?