crystal report with store procedure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harshalachopde
    New Member
    • Sep 2007
    • 1

    crystal report with store procedure

    I am facing some problem in store procedure.
    I have passed parameter with contains values of id say @accid
    I need to use in operator in sql query.like select * from acc where
    accid in(@accid) .Please suggest me the solution
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by harshalachopde
    I am facing some problem in store procedure.
    I have passed parameter with contains values of id say @accid
    I need to use in operator in sql query.like select * from acc where
    accid in(@accid) .Please suggest me the solution
    Greetings and salutations!

    Have a look here: http://www.xtremevbtalk.com/archive/.../t-277557.html

    In a bit!

    Comment

    • hariharanmca
      Top Contributor
      • Dec 2006
      • 1977

      #3
      Originally posted by harshalachopde
      I am facing some problem in store procedure.
      I have passed parameter with contains values of id say @accid
      I need to use in operator in sql query.like select * from acc where
      accid in(@accid) .Please suggest me the solution
      I think you are looking for cursors in Store procedures?

      Comment

      Working...