|
-
Apr 14th, 2003, 01:55 AM
#1
Thread Starter
New Member
Connection in Window services........
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.
-
Apr 14th, 2003, 06:56 AM
#2
Sleep mode
Re: Connection in Window services........
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 .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|