January 22, 2007 at 3:59 am
Please will you post the two queries if you can, as well as a description of what input/output parameters and global variables you are using.
Thanks
John
January 22, 2007 at 4:20 am
proc1:
id int , name nchar out
select name from xyz where id = @id
end proc1.
1st query:
(in exe sql task editor - in sql-stmt calling proc1 as
proc1 and parameters specified in the parameter mapping using @)
call to proc1.
2nd query:
insert into pqr (name1) values (@name)
@name is output derived from query 1.
On running the package the mentioned 2 errors appear
January 22, 2007 at 8:38 am
What Connection Type are you using? Have a look at this and see if it helps:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=101249&SiteID=1
John
Viewing 3 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply