Current:
I have an MS OLE DB connector for DB2 and is working in that I am able to connect on the AS400 DB2 database and create sprocs using views and apply them in Visual Studio for SSRS.
Everything was going well and I was testing the data in SSRS, the datasets were creating and when I previewed the report all the data was there and was working as anticipated.
The problem:
When I add parameters to the sproc on DB2 and reapply the sproc to SSRS the parameters are created but the column and data are not there.
What do I need to do to correct this problem and make the parameters & dataset work appropriately.
Thanks ahead of time for your efforts.