how cab Db notify an insert in the table to the application...

  • Thread starter Thread starter Sugandh Jain
  • Start date Start date
S

Sugandh Jain

Hi,

We have the following scenario.

the application works in a multi user environment.

we have a screen opened by user1, which shows data from several tables. it
fetches and populates the data as it is opened.

Now, there is action done by user2, which inserts or updates the records in
the tables used to fetch the data on the screen by user1.

The application is such that user1 wants to see the latest updated
information at any point of time.

Now, I want to find a way, so that the database notifies that table has
added or updated a row, so that application code makes the call again to it,
so, that the screen of user1 is updated.

more clarification if required, please write to me at
(e-mail address removed) or ping at jain_sugandh on yahoo messenger..

Thanks in Advance,
Sugandh
 
Sugandh said:
Hi,

We have the following scenario.

the application works in a multi user environment.

we have a screen opened by user1, which shows data from several
tables. it fetches and populates the data as it is opened.

Now, there is action done by user2, which inserts or updates the
records in the tables used to fetch the data on the screen by user1.

The application is such that user1 wants to see the latest updated
information at any point of time.

Now, I want to find a way, so that the database notifies that table
has added or updated a row, so that application code makes the call
again to it, so, that the screen of user1 is updated.

more clarification if required, please write to me at
(e-mail address removed) or ping at jain_sugandh on yahoo
messenger..
Thanks in Advance,
Sugandh

Wich is your data provider ?
 
If you could tell me little more specifically, where to look into assemblies
and what to look there, I have no idea about assemblies right now.

Regards
Sugandh
 
Back
Top