Search results for query: *

  1. C

    SP not returning output

    Thank you for pointing out that i was using the wrong connection method. I was oblivious to the same. The move to ado.net has clarified why I was getting the errors and reading up on the command type also explained how to avoid. I have now updated this and am updating the use of arrays to...
  2. C

    SP not returning output

    Turns out the issue was not with the VB side or at least not completely.. However it was that the SP that was being executed returned recordsets also. Not sure what to do to avoid this happening in the future.
  3. C

    SP not returning output

    I'm having issues with the following whereby i am not getting a value for the output param. Public Function SPExec(SPName As String, NoOutPar As Integer, NoInPar As Integer, ByRef INPARAM() As Object, Optional ByRef arrOutputValues() As Object = Nothing) As Object Try...
Back
Top