In one of my module i need to write a windows service that will periodically check the database to see what tasks are outstanding.
?) How to use connection in windows service.
Printable View
In one of my module i need to write a windows service that will periodically check the database to see what tasks are outstanding.
?) How to use connection in windows service.
Fill new DataSet1 from the source(only once) and keep it as copy of the original . Fill another DataSet2 from the source (after specific interval) , then just keep comparing both .
I know it's not ideal but maybe gives you some insight .