automicgina
Programmer
I have a stored proc that takes a parameter from the program and return a set of data. I can pass the parameter using ADODB.Command, but not ADODB.Recordset (there's no option to pass parameter). Is it even possible? If not, what's the better way to do it?