Event On Table Update (2)

  • Thread starter Thread starter OAS
  • Start date Start date
O

OAS

Hi

Im using ADO.NET in a WinForms database client and want to
receive an event when a row is inserted to a table of the
connected database. So far I use the data provider for
Oracle or ODBC. Does anybody know if it is possible to
get an event through this interface? Or are there
alternatives to receive an Oracle event at the Windows
Client?

Sorry for repeating the question just with an different
email in order to get an answer from microsoft.

Thanks
 
Microsoft uses this newsgroup for support for managed MSDN clients. This is
good for everyone as we get to listen in on their responses. They do not
generally answer other posts.

I am confused by the question as Oracle does not raise events inside .NET.
Are you looking for the DataTable.RowChagning/RowChanged events?

Kathleen
 
Back
Top