Hi Everyone,
I am creating a VB.NET automated DB dump application for SQL databases. My application get information from the user via a windows form and creates a task scheduler programmatically. The task scheduler is ment to run the DB dump program depending on the preiodic settings of the user.
I have come up and tested the code for the following procedures:
1. Accessing and Performing a DB dump
2. Programmatically creating a Task Scheduler
3. User interface
So basically i have all the code necessary for the separate tasks but i failing to come up with the structure. My main dilema is the task scheduler, as i am planning to run a .exe application from it. But once i publish my project i get a single .exe application that includes the user form and the rest of the application logic. Therefore, if the task scheduler had to run my .exe file it would not peform the dump. I hope i explained my question clearly and not asking for too much help.
Could anyone please point in the right direction. Thank you in advance
I am creating a VB.NET automated DB dump application for SQL databases. My application get information from the user via a windows form and creates a task scheduler programmatically. The task scheduler is ment to run the DB dump program depending on the preiodic settings of the user.
I have come up and tested the code for the following procedures:
1. Accessing and Performing a DB dump
2. Programmatically creating a Task Scheduler
3. User interface
So basically i have all the code necessary for the separate tasks but i failing to come up with the structure. My main dilema is the task scheduler, as i am planning to run a .exe application from it. But once i publish my project i get a single .exe application that includes the user form and the rest of the application logic. Therefore, if the task scheduler had to run my .exe file it would not peform the dump. I hope i explained my question clearly and not asking for too much help.
Could anyone please point in the right direction. Thank you in advance