Re: SqlNotificationInfo
- From: "William \(Bill\) Vaughn" <billvaRemoveThis@xxxxxxxxx>
- Date: Sun, 25 Mar 2007 18:58:05 -0700
I've spoken to a number of customers/developers that have been able to get
SqlNotifications to work. At one point in time I included a Notification
Services demo in my sessions. However, I found that I ended up having to
provide so many warnings about its use and where it makes sense (and where
it does not) that I dropped it from my sessions. Unless you're well aware of
the implications and what's being done behind the scenes to support this
technology, it's tough to get working correctly or to design it into your
application.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"Earl" <brikshoe@xxxxxxxxxxxxxxxxx> wrote in message
news:OClQLurbHHA.4632@xxxxxxxxxxxxxxxxxxxxxxx
You have any good references to point to beyond what's on MSDN? I've been
trying to fire notifications based upon events occuring in the database
and so far, the only result I've had is to lock up the database. I've
posted a couple of questions in the forums without any response, so I
figured that SqlNotifications was just vaporware. Except for this post,
I've not heard of anyone (outside of Microsoft) who actually got the
scheme working. The hazard I run into is that most developers seem to be
working for large companies where they have unlimited amounts of time to
get jerked around by features and functions that do not work "as
advertised", so ultimately they do get it resolved. Unfortunately, my
clients do not fund time for me to explore every nook and crany of some
obscure object or feature that doesn't work the way Microsoft describes
it. Even something as trivial as a bug in a Microsoft control can disrupt
my day, so you can imagine where SqlNotifications falls in that continuum.
"Eric Moreau" <eric.moreau_N_O_S_P_A_M@xxxxxxxxxxxx> wrote in message
news:eaNoVngbHHA.2188@xxxxxxxxxxxxxxxxxxxxxxx
I have an application that runs on a server which is updating stock prices
every 15 minutes from external data sources.
I have an other application that runs on users' PC. This application is
using a SQLDependency object to automatically refresh one of the screen
when changes occurs in the database. It was a bit tough to setup but it
is now working great.
--
HTH
Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc. (http://www.emoreau.com/)
"Earl" <brikshoe@xxxxxxxxxxxxxxxxx> wrote in message
news:OOqx%23efbHHA.4140@xxxxxxxxxxxxxxxxxxxxxxx
Someone who actually got SqlNotifications to work? I thought that
capability was just an urban legend...
"Lubomir" <Lubomir@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:96C69538-8851-4B2D-BE35-C972828DBF35@xxxxxxxxxxxxxxxx
Hi,
To capture changes in the database I am using SQLDependency. When the
change
is notified I update my UI.
In the handler for OnChangeEvent I checked what type of info is passed
to
the method argument. I find out it is "Error"
In MSDN I read it is an Internal Server Error.
However, when I ignore this error, my app works just fine (at least it
seems
to). What does mean that error?
Thanks,
Lubomir
.
- Follow-Ups:
- Re: SqlNotificationInfo
- From: RobinS
- Re: SqlNotificationInfo
- References:
- Re: SqlNotificationInfo
- From: Earl
- Re: SqlNotificationInfo
- From: Eric Moreau
- Re: SqlNotificationInfo
- From: Earl
- Re: SqlNotificationInfo
- Prev by Date: Re: SqlNotificationInfo
- Next by Date: Re: BE-CAREFUL, YOU COULD BE A VICTIM OF SCAM OR FRAUD!!!
- Previous by thread: Re: SqlNotificationInfo
- Next by thread: Re: SqlNotificationInfo
- Index(es):
Relevant Pages
|