I created data-set and trying to execute oracle stored procedure which has one input date/time parameter and three output parameters(One ref_cursor,two varchar).
Stored procedure accepts input parameter as Date/Time datatype and default is today's date.But when I am trying to execute the stored procedure,in the query parameters not bale to see the dataset parameter value created.
Please let me know how to pass dataset parameter to query parameter and execute the stored procedure.