Link to home
Start Free TrialLog in
Avatar of johnnyg123
johnnyg123Flag for United States of America

asked on

Call stored procedure from asp.net

I have an asp.net page (written in vb) and am trying to determine how to call a sql server stored procedure
spCreateBirthdayMailHouseFileASPForm

that has 1 input parameter

@EmailProfileName VARCHAR(1000)

The stored procedure does not return any data but I would like to capture the execution status

Not sure how to format the call

sql connection is in a variable called strConn
ASKER CERTIFIED SOLUTION
Avatar of Big Monty
Big Monty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial