M
Marek Samaj
Hi.
I wrote simple C# app, that connects to SQL Server 2000 DB using ADO.NET.
I want to monitor inserts to specified table from my app. That is, when
someone inserts a row [or entire rowset] to this table, i want to catch this
"event" and handle it [rather, i want to get the inserted data]. In old C,
this was done with extended stored procedures and system events. Is there
any easier way to do this in C# and ADO.NET?
Thanks for answer.
Regards
Marek Samaj
I wrote simple C# app, that connects to SQL Server 2000 DB using ADO.NET.
I want to monitor inserts to specified table from my app. That is, when
someone inserts a row [or entire rowset] to this table, i want to catch this
"event" and handle it [rather, i want to get the inserted data]. In old C,
this was done with extended stored procedures and system events. Is there
any easier way to do this in C# and ADO.NET?
Thanks for answer.
Regards
Marek Samaj