G
Grant Schenck
I have a table that stores a file name among other things.
If a user deletes a row from the table I want my application to be notified
so it can delete the corresponding file from the file system.
I'm using ADO.NET with C# and I can't seem to find any examples of how (or
if) this can be handled. I'm thinking I need some kind of SQL Server
trigger but I don't see a way to actually have an event with details of the
deleted row sent to my application.
So, is this possible and if so, what is the recommended technology and
techniques?
Thanks in advance.
If a user deletes a row from the table I want my application to be notified
so it can delete the corresponding file from the file system.
I'm using ADO.NET with C# and I can't seem to find any examples of how (or
if) this can be handled. I'm thinking I need some kind of SQL Server
trigger but I don't see a way to actually have an event with details of the
deleted row sent to my application.
So, is this possible and if so, what is the recommended technology and
techniques?
Thanks in advance.