How can i map output parameter in OLEDB Soruce SSIS(BIDS 2008).In (BIDS 2012) we can specify the query parameter as input and output.
SET FMTONLY OFF;
EXEC [dbo].[ProcessPingErrorAlert_KeyValue]
@AlterId = ?,
@Hour = ?,
@Day = ?,
@TraceId = ?,
@IsAlert = ? OUTPUT
Please see below two picutres.