Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Am just wondering is there's anyway i can write a windows service that will be trigger when the new record get inserted into Database.

And i would like to connect DB thru wcf also. Please give any ideas or suggestion.

Thanks in Advance.
Posted

1 solution

It can be done by some work around like having a message queue where u set the label or flag to true, or use files drop a file to a pre-configured directory and use filewatch class by the business logic layer, but i recommend to read about SQL notification services.
 
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