How to run Stored Procedure via persistent brokers PerformDirectSQL method.
Thanks and Regards
Anurag
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.
How to run Stored Procedure via persistent brokers PerformDirectSQL method.
Thanks and Regards
Anurag
Dim cc As CCursor = pBroker.ProcessDirectSQL("exec usersp_MyProc @param = '" & pValue.ToString & "'")
The returned dataset will be available at
cc.ResultSet.ResultSet