Viewing 4 posts - 1 through 4 (of 4 total)
ok, I created the trigger directly on te database table, how do I get the trigger response on my vb.net application???
This is the trigger I created...
CREATE TRIGGER [dbo].[trig1]
ON [dbo].[WAGERHEADER]
...
February 25, 2009 at 2:11 pm
Excellent help but how do I do all that from the visual studio???
February 25, 2009 at 12:50 pm
Chris, I like your solution, I am using VS 2008 but I dont know how to implement those triggers, any help with the code?
February 25, 2009 at 12:14 pm
The thing is that I am writing an application that whenever a record is inserted ona specific table I have to perform some other tasks, but I still dunno...
February 25, 2009 at 11:22 am
Viewing 4 posts - 1 through 4 (of 4 total)