Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys, am in a MFC project for that i need to notify my client when any data is updated or inserted in my server database.

I am using CSocket for server client connections, how can i identify the change and how to notify my client that's my problem.I am beginner in MFC.

If you know pls guide me .

Thanks in advance

ganesh_IT
Posted

Adding to Dave's answer:

SQL server notification services have been discontinued with SQL server 2008. I believe they are integrating similar concepts into SQL server reporting services (although I am not sure if the functionality is equivalent).

[Edit]
---------
Based on some quick googling, it seems you can use SQL server 2005's notification services against a SQL server 2008 database. So that's another option to consider.
 
Share this answer
 
v2
Google for "SQL Server Notification Service".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900