how to use store procedure ?

how to add store procedure as datasource for the fast report ?


with regards
kutub

Comments

  • edited 4:39PM
    Hello,

    Add new query and call the stored proc using SQL:

    exec MyProc
  • edited 4:39PM
    In design report , how to call store procedure with parameter? [img]style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" /> Any sample for me. Thanks very much![/img]>
  • edited 4:39PM
    Any Answers ? Please help me!!!!!! >
  • edited 4:39PM
    Up Up >
  • edited 4:39PM
    exec MyProc @param1 @param2
    Then define parameters in the next step of the wizard.

Leave a Comment