msnews.microsoft.com
2008-10-21 07:26:17 UTC
Hello,
Iam trying to execute the below query against Oracle OLEDB Source in a data
flow task:
select frq_code, frq_name, update_frq, uptime_frq
from frequency_bcs
where update_frq > ?
and update_frq <= ?
and its giving me the error:
"Parameters cannot be extracted from the SQL command. The provider might
not help to parse parameter information from the command. In that case, use
the "SQL command from variable" access mode, in which the entire SQL command
is stored in a variable. "
As suggested, I chose "SQL command from variable", created a variable and
stored the entire above string in it. Now, how can I pass the two parameters
to the query, as I do not see the 'parameters' button?
Thank you,
Abba
Iam trying to execute the below query against Oracle OLEDB Source in a data
flow task:
select frq_code, frq_name, update_frq, uptime_frq
from frequency_bcs
where update_frq > ?
and update_frq <= ?
and its giving me the error:
"Parameters cannot be extracted from the SQL command. The provider might
not help to parse parameter information from the command. In that case, use
the "SQL command from variable" access mode, in which the entire SQL command
is stored in a variable. "
As suggested, I chose "SQL command from variable", created a variable and
stored the entire above string in it. Now, how can I pass the two parameters
to the query, as I do not see the 'parameters' button?
Thank you,
Abba