Results 1 to 2 of 2

Thread: Connection in Window services........

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    7

    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.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    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
  •  



Click Here to Expand Forum to Full Width