Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a question which i am trying to find a solution for how do we pass the parameters or Varibles to a package.dtsx dynamically using VB.net, i created a simple package with dateflow from one server to other. Source is accessing the data based on a sql command below is the sql command
SQL
SELECT     Ticker AS securityid, TradeTime, AvgPrice , Volume
FROM         table
WHERE     (Symbol = ?)
AND (Time >= ?)
AND (Time <= ?)

i created three varibles for symbol, start and end now i wanted to pass them from a .net application can some one give me some idea on how to do it or any links
Posted
Updated 9-Jan-14 8:10am
v3
Comments
Cenarjun 13-Jan-14 8:04am    
Post your full code related to package

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900