B
Belsam
Hi all
I need to create a windows service that will wait for a file to be
copied somewhere, write it to the database, and then move the file to
a storage area.
I don't know when the file will come in, so I think I need a service
vs using task scheduler.
Am I correct? If yes, can someone help with how to do this? So far
I've figured out that I probably need a service, and I've gone through
actually creating the service, but how do I call my function that will
do the file check and read from the service?
Thanks in advance for any help
Belsam
I need to create a windows service that will wait for a file to be
copied somewhere, write it to the database, and then move the file to
a storage area.
I don't know when the file will come in, so I think I need a service
vs using task scheduler.
Am I correct? If yes, can someone help with how to do this? So far
I've figured out that I probably need a service, and I've gone through
actually creating the service, but how do I call my function that will
do the file check and read from the service?
Thanks in advance for any help
Belsam