Global Parameter for ORACLE Import -
06-21-2004
, 02:57 AM
Hi
I have build a DTS Package with about 35 Tasks, now I would like to
substitute a Value for the Import Query which selects the Sysdate with
a global Parameter, so that I don't need to go altering each one of
them one by one.
....
HAVING MAX(RS.RELEASE)
IN trunc(SYSDATE - ?))
....
Upnon calling the Parameter Button to configure the Variable it says :
'SetParameterInfo is not being called..' or so ..
I am using Oracle Provider for OLE DB..
Can anybody tell me what I am doing wrong, I think it should be
possible..
Any Help is appreciated
Sascha Gazikalovic |