Hi
I have a DTS with a SQL in it, in the clause WHERE there are a range of date (FROM/TO), these value is always change to edit the SQL and update it manuality
I have a VB project where the user types the values FROM/TO and then push the buttom to execute the procedure.
i need to execute the DTS from VB, transfer the values (from/to), and the DTS must to catch the value and run the procedure.
How i can to do:
1.- how can i build the sql ??? (select * from table where range1 = ??? and range2 = ????)
2.- what would i do in VB to send the values.
Please help me!!! and forget my bad english
I have a DTS with a SQL in it, in the clause WHERE there are a range of date (FROM/TO), these value is always change to edit the SQL and update it manuality
I have a VB project where the user types the values FROM/TO and then push the buttom to execute the procedure.
i need to execute the DTS from VB, transfer the values (from/to), and the DTS must to catch the value and run the procedure.
How i can to do:
1.- how can i build the sql ??? (select * from table where range1 = ??? and range2 = ????)
2.- what would i do in VB to send the values.
Please help me!!! and forget my bad english