Wallegator
Programmer
I want to launch a DTS in a VB 6 application. I have several questions.
1. Where do I put the VB code that SQL saved for me in my application? Should it reside in a module, class module, or behind the button that I will use to launch the DTS. Where do I call the code from?
2. Do I need to add any components to my VB application in order allow the SQL generated code to run. Currently I've added it to a module and am launching it from Sub Main. It is giving me a Type error.
Thank you in advance for any light you can shed on this area.
1. Where do I put the VB code that SQL saved for me in my application? Should it reside in a module, class module, or behind the button that I will use to launch the DTS. Where do I call the code from?
2. Do I need to add any components to my VB application in order allow the SQL generated code to run. Currently I've added it to a module and am launching it from Sub Main. It is giving me a Type error.
Thank you in advance for any light you can shed on this area.