I am attempting to run a DTS package in SQL7.0 from code in ACCESS2000. Is this possible?
Here is my situation. I create 13 .txt files in Access using a loop structure for over 200 branches. Each loop creates 13 .txt files of branch data. What I want to do is execute a pre-existing DTS package in the loop to import the data into SQL. Automating this process is my goal as this is a data conversion project.
Project Outline:
1) Receive Delimited txt file from source
2) Process source data into proper fields
3) Decrypt source data
4) Import into new SQL tables
What I need to know is...
1) Can this be done in Access using code? If yes,
2) How?
3) Any alternate suggestions would be appreciated.
Thanks for any and all advise!
P.S. - I've also pasted this posting in Tek-Tips Access General Discussions
Here is my situation. I create 13 .txt files in Access using a loop structure for over 200 branches. Each loop creates 13 .txt files of branch data. What I want to do is execute a pre-existing DTS package in the loop to import the data into SQL. Automating this process is my goal as this is a data conversion project.
Project Outline:
1) Receive Delimited txt file from source
2) Process source data into proper fields
3) Decrypt source data
4) Import into new SQL tables
What I need to know is...
1) Can this be done in Access using code? If yes,
2) How?
3) Any alternate suggestions would be appreciated.
Thanks for any and all advise!
P.S. - I've also pasted this posting in Tek-Tips Access General Discussions