Menu

How to run Stored Procedure

2004-08-13
2004-08-17
  • Anurag Jamloki

    Anurag Jamloki - 2004-08-13

    How to run Stored Procedure via persistent brokers PerformDirectSQL method.

    Thanks and Regards

    Anurag

     
    • Richard Banks

      Richard Banks - 2004-08-17

      Dim cc As CCursor = pBroker.ProcessDirectSQL("exec usersp_MyProc @param = '" & pValue.ToString & "'")

      The returned dataset will be available at
      cc.ResultSet.ResultSet

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.