akay
09-29-2006, 01:35 PM
I would like to build a program using Java that downloads a database from one server and posts it to another.
My understanding of the concept is this:
1) Write the java code to access the URL where the database is located (using HttpURLConnection class)
2) Use same idea to post database to new URL
My question relates to scheduling this as a Task on our Windows 2003 server... can I schedule a Java program to run as a "Scheduled Task"?
And has anyone created a program like this before?
My understanding of the concept is this:
1) Write the java code to access the URL where the database is located (using HttpURLConnection class)
2) Use same idea to post database to new URL
My question relates to scheduling this as a Task on our Windows 2003 server... can I schedule a Java program to run as a "Scheduled Task"?
And has anyone created a program like this before?