Hello !
I want to execute a Stored procedure, sp, on sql Server. this sp will return an integer value and will take 3 parameters.

Is there a way to get the return value without populating parameters.
idealy the solution can be like this.
x = cn.execte("Execute spProblem 1, 2, 3")

Thanks in advance.
Anis