the main functionality would be listing/monitoring the db processing. may be, i can drop windows service and write a utility which calls the sub repeatedly which executes the process rather than scheduling - right?
Ilyas ----- Original Message ----- From: "Dan Powderhill" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, October 10, 2005 4:35 PM Subject: RE: [ASP] Scheduled task OR windows service? > Although, IIRC you'll have to write a separate app to monitor the > service as a service shouldn't have a GUI. > > Dan > > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Forbes > - ITD > Sent: 10 October 2005 13:05 > To: [email protected] > Subject: RE: [ASP] Scheduled task OR windows service? > > Yes, you can convert it to a service. > > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Ilyas > Sent: 10 October 2005 12:08 > To: [email protected] > Subject: [ASP] Scheduled task OR windows service? > > > Hi Group > > I have a VB.NET utility which has been scheduled to run every 5 mins and > check our database for any new data in a specific table and sends the > mail out. > I have placed a list box in the form to view the current record being > processed. > > It connects to the Db through a webservice. > > My query: Can i convert this to a windows service or is that too much to > be a windows service? > > Pls advise > > Ilyas > > > > > > --------------------------------------------------------------------- > > Home : http://groups.yahoo.com/group/active-server-pages > --------------------------------------------------------------------- > Post : [email protected] > Subscribe : [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > --------------------------------------------------------------------- > Yahoo! Groups Links > > > > > > > > The contents of this email and any attachments are sent for the personal > attention > of the addressee(s) only and may be confidential. If you are not the > intended > addressee, any use, disclosure or copying of this email and any > attachments is > unauthorised - please notify the sender by return and delete the > message. Any > representations or commitments expressed in this email are subject to > contract. > > ntl Group Limited > > > > > --------------------------------------------------------------------- > > Home : http://groups.yahoo.com/group/active-server-pages > --------------------------------------------------------------------- > Post : [email protected] > Subscribe : [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > --------------------------------------------------------------------- > Yahoo! Groups Links > > > > > > > > > > > > --------------------------------------------------------------------- > Home : http://groups.yahoo.com/group/active-server-pages > --------------------------------------------------------------------- > Post : [email protected] > Subscribe : [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > --------------------------------------------------------------------- > Yahoo! Groups Links > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
