T
Tim
I need to create a C# service that will run a stored procedure which
returns a result set. From there I need to create a file using the
result set in a specific format. The format could be fixed length or
comma delimited, or even xml. This service should run in the
background and only execute on the first of the month. If you have
done this or know how to get this done, I would really appreciate the
knowledge.
Break Down of my Problem.
1.) How to create a windows Service in C#?
2.) How do you set the execution time of the service (once a month)?
2.) Format the data in a datatable to meet at client's required file
format?
3.) How do you copy a DataTable into a file that is comma delimited or
fixed length?
returns a result set. From there I need to create a file using the
result set in a specific format. The format could be fixed length or
comma delimited, or even xml. This service should run in the
background and only execute on the first of the month. If you have
done this or know how to get this done, I would really appreciate the
knowledge.
Break Down of my Problem.
1.) How to create a windows Service in C#?
2.) How do you set the execution time of the service (once a month)?
2.) Format the data in a datatable to meet at client's required file
format?
3.) How do you copy a DataTable into a file that is comma delimited or
fixed length?