I know SQL 2005 notification service can send email, file, HTTP protocol to inform the client program the events.
1) How to implement the HTTP solution? My client program is Java or MFC. A sample is really appreciate.
2) If TCP socket could be listened for the events too?
Thanks a lot.
I don't have or even know of an example where the end subscriber is a client application (although that is a commonly asked question in the forum/newsgroup).You'll need to create a custom delivery channel to provide this functionality.
You may also want to check out Query Notifications, as that technology may also suit your needs.
HTH...
Joesql
No comments:
Post a Comment