rhunt
04-19-2004, 12:53 PM
Hello List, I am not a programmer, but I need to come up with a fairly simple program - and I could use your help!
Essentially, I just need an *EXE that I can run on a scheduler. This EXE will need to connect to a datasource (I already have the OLEDB string) and run a stored procedure (that I have already built). Once the program recieves the data from the stored proc, I simply need to write the data to a text file in CSV format.
Can someone help me get started with some sample code? I have no idea where to begin.
Thanks!
Essentially, I just need an *EXE that I can run on a scheduler. This EXE will need to connect to a datasource (I already have the OLEDB string) and run a stored procedure (that I have already built). Once the program recieves the data from the stored proc, I simply need to write the data to a text file in CSV format.
Can someone help me get started with some sample code? I have no idea where to begin.
Thanks!