Re: [ADVANCED-DOTNET] Database Notification

2004-10-02 Thread Vince P.
e- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Philip Nelson > Sent: Friday, October 01, 2004 6:44 AM > To: [EMAIL PROTECTED] > Subject: Re: [ADVANCED-DOTNET] Database Notification > > --- Ben Kloosterman <[EMAIL PROT

Re: [ADVANCED-DOTNET] Database Notification

2004-10-01 Thread Philip Nelson
--- Ben Kloosterman <[EMAIL PROTECTED]> wrote: > The most common way is to get a service to poll the DB , complicating > the DB side with triggers etc is something better avoided IMHO . But you can use triggers to aid the polling by having them do something very simple, fast and reliable, such as

Re: [ADVANCED-DOTNET] Database Notification

2004-09-30 Thread Booth, Bill
: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Database Notification I there a way to set up something like a delegate for a database. Specifically I'm interested in having the database firing an event when a row changes. I heard that this is going to be possible with Yukon but can this be don

Re: [ADVANCED-DOTNET] Database Notification

2004-09-30 Thread Frans Bouma
> I there a way to set up something like a delegate for a database. > Specifically I'm interested in having the database firing an > event when a row changes. I heard that this is going to be > possible with Yukon but can this be done now ? I'm > interested in databases other than MSSQL al

[ADVANCED-DOTNET] Database Notification

2004-09-30 Thread Peter Vertes
I there a way to set up something like a delegate for a database. Specifically I'm interested in having the database firing an event when a row changes. I heard that this is going to be possible with Yukon but can this be done now ? I'm interested in databases other than MSSQL also. Thanks in