G
Guest
Does anyone have some sample code for a VB.NET Service program. I need the service program to sleep and come alive every night around midnight. The program needs to open an MDB database, update one of the tables and then go back to sleep until the next day. Can this be done with a console app or does it need to be a service? I need it to run even if the server is logged off. Will a console program run from the scheduler if the computer is logged off?