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
--- 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
: [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
> 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
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