I am wondering if someone could provide a sample code as how I can use
DataBasics.DataSources[""].ExecuteStoredProcedure(..)
My sproc takes 2 varchar input parameters and returns an integer value:
@HWID
@ComputerName
@iKassenId
i want to execute the sproc and get the Result integer.
Thanks !
{
System.Data.Common.
spParams[0] =
spParams[1] =
spParams[0].ParameterName =
spParams[1].ParameterName =
spParams[0].Value =
spParams[1].Value =
}
the stored procedure itself works. i tested it within sql management studio:
DECLARE
EXEC
select