Re: Can a server notify a client when something has changed?

From: Barbara Kennedy <barbken_at_teleport.com>
Date: Wed, 18 Oct 2000 07:00:15 -0700
Message-ID: <u0iH5.802$cO4.91863_at_nntp3.onemain.com>


[Quoted] You could write a trigger and use the dbms_alert package and have a thread onthe client wait on the alert. Youmight want to be a little more intelligent about it and limit to only what the client is interested in. (e.g. do they really need to know a change occured if the schedule changed next month and they are looking at this month?)

Jim
"Arie Mars" <arie_at_pca-online.nl> wrote in message news:8sji8h$edsr7$1_at_reader1.wxs.nl...
> Hello,
>
> I'm using Oracle 8i and Forms5 on Win9x-clients.
>
> On the client I have a calender view showing employees and there
> appointments. Now I like to notify a certain client when his agenda has
 been
> changed by another user, i.e. a new appointment.
>
> My first solution is to use a timer on each client-machine and check the
> database at certain intervals, lets says every few seconds.
>
> It would be nicer if the server notifies the client that something has
> changed.
>
> Any ideas?
>
> Arie Mars
> arie_at_pca-online.nl
>
>
>
>
>
Received on Wed Oct 18 2000 - 16:00:15 CEST

Original text of this message