Re: Help with creating a windows service

From: Patrick Steele [MVP] (patrick_at_mvps.org)
Date: 03/24/05


Date: Wed, 23 Mar 2005 21:57:05 -0500

In article <DD5A5D67-326E-468A-8478-0BC6EED6D12C@microsoft.com>,
Chris@discussions.microsoft.com says...
> Hi,
> I need to create a windows service that will poll a database every 10 sec
> and print processed orders to a printer. Where can I find info on this?

"Writing a simple service application"
http://tinyurl.com/8mj8

-- 
Patrick Steele
Microsoft .NET MVP
http://weblogs.asp.net/psteele


Relevant Pages

  • Re: Windows Service
    ... Rather than using a timer, use a FileSystemWatcher class, which can watch ... database, should I perform my operations on each record concurrently using ... Within my domain is the design of a Windows service to perform the ...
    (microsoft.public.dotnet.general)
  • RE: Connection error SQLSetConnectAttr failed
    ... I don't think I've ever seen machine and database names be numeric values. ... DSN when you created it. ... | I have an undocumented ODBC driver..Or the supplier at least won't give ... and would prefer to do it via windows service. ...
    (microsoft.public.data.odbc)
  • Re: Windows Service
    ... Notifications of table updates (i.e. SQL Server). ... You said that the database is outside your domain, ... My Windows service ... | trigger, but I've been told that it's possible to do thing this way. ...
    (microsoft.public.dotnet.general)
  • Re: Shutdown abort: could not shutdown the database....
    ... time-out in LISTEN while waiting for a message ... I wanted to restart the database. ... Windows Service was up, so I ... I rebooted Windows Server and everything started working. ...
    (comp.databases.oracle.server)
  • Help with creating a windows service
    ... I need to create a windows service that will poll a database every 10 sec ... and print processed orders to a printer. ...
    (microsoft.public.dotnet.general)