Hello,

how do I pass parameters to a stored procedure using OLEDB? (sql server 2000)

I want the user to be able to enter query parameters in a text box and have those values passed in the "exec stored procedure" string.

Thanks,

J