Passing parameters

  • Hi,

    I am trying to pass parameters using SSRS but its not working. My source database is oracle. I tried to modify query as

    Where State in (:ParamState)

    Query is running successfully, but no data is written

    ParamState is my parameter which i have created.

    Please help.

    Thanks

    Abhas

  • Not near enough information to help.

    What does the signature of the stored procedure form Oracle look like?

    storedproc_name

    @param1 <datatype>,

    @param2 <datatype>

    If the stored procedure already has paramters, are you trying to use value lists to limit the values being passed back to the stored procedure?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply