BINDING STORED PROC. INPUT/OUTPUT TO A FORM

Sep 22 2003 8:46 PM
I have a stored procedure for an SQL Server database. I'm attempting to build an interface but am having difficulty creating a form to execute the stored procedure. Specifically, I am not sure how to allow the users input value to be read and then used to execute the stored procedure. I understand how to do this in the vb environment (output window), but I want the stored procedure to receive input, execute, and display output all within a single form. Thanks.

Answers (1)